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)