git-svn-id: http://svn.openlayers.org/trunk/openlayers@470 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
|
|
## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ##
|
|
|
|
* Build:
|
|
|
|
cd build
|
|
./build.sh
|
|
cd ..
|
|
|
|
* Upload the result to the server: e.g.
|
|
|
|
scp build/OpenLayers.js openlayers@openlayers.org:openlayers.org/htdocs/code/
|
|
|
|
|