From: Timmy Willison Date: Mon, 11 Jan 2016 16:42:33 +0000 (-0500) Subject: Build: Encode non-ASCII as \uXXXX X-Git-Tag: 3.0.0-beta1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f5fb8d71cb20bdbe1b536d05a0b40b503e4e1a43;p=jquery.git Build: Encode non-ASCII as \uXXXX --- 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",