]> source.dussan.org Git - jquery.git/commitdiff
Build: Encode non-ASCII as \uXXXX
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 11 Jan 2016 16:42:33 +0000 (11:42 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 11 Jan 2016 16:42:33 +0000 (11:42 -0500)
Gruntfile.js

index 626531b29363f57072e290f0498bf2c0ac962d4c..1e204ad23c908e8494088075a8f644c53cb4f0e6 100644 (file)
@@ -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",