彭宇 f7c1b9e5d5 首次提交 1 anno fa
..
catalogues f7c1b9e5d5 首次提交 1 anno fa
README.txt f7c1b9e5d5 首次提交 1 anno fa
closure.py f7c1b9e5d5 首次提交 1 anno fa
closure_ws.py f7c1b9e5d5 首次提交 1 anno fa
jsmin.c f7c1b9e5d5 首次提交 1 anno fa
jsmin.py f7c1b9e5d5 首次提交 1 anno fa
mergejs.py f7c1b9e5d5 首次提交 1 anno fa
mkpjcat.py f7c1b9e5d5 首次提交 1 anno fa
pjjs.py f7c1b9e5d5 首次提交 1 anno fa
toposort.py f7c1b9e5d5 首次提交 1 anno fa

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.