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

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.