|
Revision 1424, 0.6 kB
(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 |
This directory contains tools used in the packaging or deployment of OpenLayers. |
|---|
| 2 |
|
|---|
| 3 |
Javascript minimizing tools: |
|---|
| 4 |
|
|---|
| 5 |
* jsmin.c, jsmin.py: |
|---|
| 6 |
jsmin.py is a direct translation of the jsmin.c code into Python. jsmin.py |
|---|
| 7 |
will therefore run anyplace Python runs... but at significantly slower speed. |
|---|
| 8 |
|
|---|
| 9 |
* shrinksafe.py |
|---|
| 10 |
shrinksafe.py calls out to a third party javascript shrinking service. This |
|---|
| 11 |
creates file sizes about 4% smaller (as of commit 501) of the OpenLayers |
|---|
| 12 |
code. However, this also has the side effect of making you dependant on the |
|---|
| 13 |
web service -- and since that service sometimes goes dead, it's risky to |
|---|
| 14 |
depend on it. |
|---|