|
Revision 1424, 258 bytes
(checked in by crschmidt, 2 years ago)
|
Fix all cases where we have Windows line endings, and set eol-style="native"
on all files. Hopefully, this makes it easier for people to write patches
and do other neat things.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ## |
|---|
| 3 |
|
|---|
| 4 |
* Build: |
|---|
| 5 |
|
|---|
| 6 |
cd build |
|---|
| 7 |
./build.sh |
|---|
| 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 |
|
|---|