彭宇 f7c1b9e5d5 首次提交 1 year ago
..
catalogues f7c1b9e5d5 首次提交 1 year ago
README.txt f7c1b9e5d5 首次提交 1 year ago
closure.py f7c1b9e5d5 首次提交 1 year ago
closure_ws.py f7c1b9e5d5 首次提交 1 year ago
jsmin.c f7c1b9e5d5 首次提交 1 year ago
jsmin.py f7c1b9e5d5 首次提交 1 year ago
mergejs.py f7c1b9e5d5 首次提交 1 year ago
mkpjcat.py f7c1b9e5d5 首次提交 1 year ago
pjjs.py f7c1b9e5d5 首次提交 1 year ago
toposort.py f7c1b9e5d5 首次提交 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.