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

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.