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.
|