From 2143c4daed4227b73d72c51ec58717f0a5c05f4e Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 28 Jun 2013 19:37:41 +0400 Subject: [PATCH] make minified files ascii compatible --- Makefile.dryice.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index db607ef5..487bd2ce 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -274,6 +274,8 @@ function getWriteFilters(options, projectType) { if (options.compress) filters.push(copy.filter.uglifyjs); + + copy.filter.uglifyjs.options.ascii = true; if (options.exportModule && projectType == "main") { if (options.noconflict)