What is the recommended method of minifying scripts that use OpenLayers? I have tried Google's Closure Compiler in advanced mode but it renames the OpenLayers functions that are being called, like OpenLayers.d.Zoom Is there a way to tell Closure to NOT minify any of the OpenLayers calls? Or is there a better minifier for OpenLayers scripts?