From 83867f01f362cdbd56dae09de640d82aa2d828f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 23 Nov 2012 14:06:11 -0800 Subject: [PATCH] Preserve ASCII in library for now, until #139 is resolved. --- build/preprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/preprocess.sh b/build/preprocess.sh index 9516956a..d3210490 100755 --- a/build/preprocess.sh +++ b/build/preprocess.sh @@ -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