mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Remove unnecessary minification switches.
This commit is contained in:
parent
7975232ee7
commit
1279e8017d
1 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
# We need to keep dead_code around for now, since the very odd JavaScriptCore
|
# We need to keep dead_code around for now, since the very odd JavaScriptCore
|
||||||
# scope bug fix (nop().nop()) requires it.
|
# scope bug fix (nop().nop()) requires it.
|
||||||
uglifyjs ../dist/paper.js -o ../dist/paper-min.js -c unsafe=true,unused=false,dead_code=false,hoist_funs=false -m -b ascii_only=true,beautify=false --comments /^!/
|
uglifyjs ../dist/paper.js -o ../dist/paper-min.js -c unsafe=true,unused=false -m -b ascii_only=true,beautify=false --comments /^!/
|
||||||
uglifyjs ../dist/paper-core.js -o ../dist/paper-core-min.js -c unsafe=true,unused=false,dead_code=false,hoist_funs=false -m --comments /^!/
|
uglifyjs ../dist/paper-core.js -o ../dist/paper-core-min.js -c unsafe=true,unused=false -m --comments /^!/
|
||||||
|
|
Loading…
Reference in a new issue