From f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 11 Jan 2016 11:42:33 -0500 Subject: [PATCH] Build: Encode non-ASCII as \uXXXX --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.5