diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-11 11:42:33 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-11 11:42:33 -0500 |
commit | f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43 (patch) | |
tree | aee430474ca9cd3155cb98d6629f7ccf21efbf37 /Gruntfile.js | |
parent | 5c4be05d3b32456553dc944853b77fa96ae8b2b8 (diff) | |
download | jquery-f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43.tar.gz jquery-f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43.zip |
Build: Encode non-ASCII as \uXXXX
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
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", |