Clean up build scripts and update parse-js-min.js to use uglify instead of google compiler.

This commit is contained in:
Jürg Lehni 2011-04-26 15:53:48 +01:00
parent 9ed0254cde
commit b5a3392048
3 changed files with 16 additions and 46 deletions

View file

@ -16,7 +16,7 @@
# commented Preprocessed but still formated and commented
# stripped Formated but without comments (default)
# compressed No comments and no whitespaces
# compiled Uses Google Closure Compiler to reduce file size even more
# uglified Uses UglifyJS to further reduce file size
if [ $# -eq 0 ]
then

View file

@ -1 +1 @@
./preprocess.sh ../lib/parse-js.js ../lib/parse-js-min.js "" compiled
./preprocess.sh ../lib/parse-js.js ../lib/parse-js-min.js "" uglified

58
lib/parse-js-min.js vendored

File diff suppressed because one or more lines are too long