|
maxious
|
1 |
|
|
|
2 |
## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ## |
|
|
3 |
|
|
|
4 |
* Build: |
|
|
5 |
|
|
|
6 |
cd build |
|
|
7 |
./build.py |
|
|
8 |
cd .. |
|
|
9 |
|
|
|
10 |
* Upload the result to the server: e.g. |
|
|
11 |
|
|
|
12 |
scp build/OpenLayers.js openlayers@openlayers.org:openlayers.org/htdocs/code/ |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|