Preserve ASCII in library for now, until #139 is resolved.

This commit is contained in:
Jürg Lehni 2012-11-23 14:06:11 -08:00
parent 4d51173881
commit 83867f01f3

View file

@ -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