aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2016-01-11 11:42:33 -0500
committerTimmy Willison <timmywillisn@gmail.com>2016-01-11 11:42:33 -0500
commitf5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43 (patch)
treeaee430474ca9cd3155cb98d6629f7ccf21efbf37 /Gruntfile.js
parent5c4be05d3b32456553dc944853b77fa96ae8b2b8 (diff)
downloadjquery-f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43.tar.gz
jquery-f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43.zip
Build: Encode non-ASCII as \uXXXX
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",