mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Preserve ASCII in library for now, until #139 is resolved.
This commit is contained in:
parent
4d51173881
commit
83867f01f3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ case $1 in
|
|||
;;
|
||||
compressed)
|
||||
eval $COMMAND > temp.js
|
||||
uglifyjs temp.js --extra --unsafe --reserved-names "_$_,$_" > $5
|
||||
uglifyjs temp.js --ascii --extra --unsafe --reserved-names "_$_,$_" > $5
|
||||
rm temp.js
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue