Files
openlayers/build
crschmidt 8d2bbfe28f Add support for the closure compiler webservice, using simple optimizations.
Using this build mode, on a lite build, we save approximately 15% after
gzip. However, this build method can not be used on full builds, as they
exceed the 1000kb limit on the closure compiler webservice. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@11443 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 22:39:40 +00:00
..
2011-01-03 15:39:40 +00:00

## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ##

 * Build:

     cd build
     ./build.py
     cd ..

 * Upload the result to the server: e.g.

  scp build/OpenLayers.js openlayers@openlayers.org:openlayers.org/htdocs/code/