aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 626531b29..1e204ad23 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -183,6 +183,7 @@ module.exports = function( grunt ) {
options: {
preserveComments: false,
sourceMap: true,
+ ASCIIOnly: true,
sourceMapName:
"dist/<%= grunt.option('filename').replace('.js', '.min.map') %>",
report: "min",