From dea86cedcd4ad00f0c03b6550b3d23665244613b Mon Sep 17 00:00:00 2001 From: benweet Date: Sat, 31 Jan 2015 11:34:50 +0000 Subject: [PATCH] Disabled uglify unicode conversion. Fixes #676 --- Gulpfile.js | 3 ++- views/editor.html | 1 + views/landing.html | 1 + views/viewer.html | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index 9571dfdb4..9fcbb53b2 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -90,7 +90,8 @@ gulp.task('requirejs', [ .pipe(uglify({ output: { beautify: true, - indent_level: 1 + indent_level: 1, + ascii_only: true } })) .pipe(gulp.dest('./public/res-min/')); diff --git a/views/editor.html b/views/editor.html index 6a5ff322e..28f7ad40b 100644 --- a/views/editor.html +++ b/views/editor.html @@ -9,6 +9,7 @@ + diff --git a/views/landing.html b/views/landing.html index b7c0387ee..d821c3e5b 100644 --- a/views/landing.html +++ b/views/landing.html @@ -6,6 +6,7 @@ + diff --git a/views/viewer.html b/views/viewer.html index d0a022797..7854e68a8 100644 --- a/views/viewer.html +++ b/views/viewer.html @@ -6,6 +6,7 @@ +