OpenLayers OpenLayers

Changeset 505

Show
Ignore:
Timestamp:
06/02/06 14:14:21 (3 years ago)
Author:
crschmidt
Message:

Update readme to describe jsmin.c, jsmin.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tools/README.txt

    r359 r505  
    11This directory contains tools used in the packaging or deployment of OpenLayers. 
     2 
     3Javascript 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.