mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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)
|
compressed)
|
||||||
eval $COMMAND > temp.js
|
eval $COMMAND > temp.js
|
||||||
uglifyjs temp.js --extra --unsafe --reserved-names "_$_,$_" > $5
|
uglifyjs temp.js --ascii --extra --unsafe --reserved-names "_$_,$_" > $5
|
||||||
rm temp.js
|
rm temp.js
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue