彭宇 223e7e786e 首次提交 1 year ago
..
catalogues 223e7e786e 首次提交 1 year ago
README.txt 223e7e786e 首次提交 1 year ago
closure.py 223e7e786e 首次提交 1 year ago
closure_ws.py 223e7e786e 首次提交 1 year ago
jsmin.c 223e7e786e 首次提交 1 year ago
jsmin.py 223e7e786e 首次提交 1 year ago
mergejs.py 223e7e786e 首次提交 1 year ago
mkpjcat.py 223e7e786e 首次提交 1 year ago
pjjs.py 223e7e786e 首次提交 1 year ago
toposort.py 223e7e786e 首次提交 1 year ago

README.txt

This directory contains tools used in the packaging or deployment of proj4js.

Javascript minimizing tools:

* jsmin.c, jsmin.py:
jsmin.py is a direct translation of the jsmin.c code into Python. jsmin.py
will therefore run anyplace Python runs... but at significantly slower speed.