彭宇 6d79edbbcd 首次提交 1 tahun lalu
..
catalogues 6d79edbbcd 首次提交 1 tahun lalu
README.txt 6d79edbbcd 首次提交 1 tahun lalu
closure.py 6d79edbbcd 首次提交 1 tahun lalu
closure_ws.py 6d79edbbcd 首次提交 1 tahun lalu
jsmin.c 6d79edbbcd 首次提交 1 tahun lalu
jsmin.py 6d79edbbcd 首次提交 1 tahun lalu
mergejs.py 6d79edbbcd 首次提交 1 tahun lalu
mkpjcat.py 6d79edbbcd 首次提交 1 tahun lalu
pjjs.py 6d79edbbcd 首次提交 1 tahun lalu
toposort.py 6d79edbbcd 首次提交 1 tahun lalu

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.