14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
|
## HowTo: Build & deploy "Shrunk" Single File Library version of proj4js ##
|
||
|
|
||
|
* Build:
|
||
|
|
||
|
cd build
|
||
|
./build.py
|
||
|
cd ..
|
||
|
|
||
|
* Upload the result to the server: e.g.
|
||
|
|
||
|
scp build/proj4js.js openlayers@openlayers.org:openlayers.org/htdocs/code/
|
||
|
|
||
|
|