mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Clean up build scripts and update parse-js-min.js to use uglify instead of google compiler.
This commit is contained in:
parent
9ed0254cde
commit
b5a3392048
3 changed files with 16 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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
58
lib/parse-js-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue