Skip to content

Commit f5fb8d7

Browse files
committed
Build: Encode non-ASCII as \uXXXX
1 parent 5c4be05 commit f5fb8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ module.exports = function( grunt ) {
183183
options: {
184184
preserveComments: false,
185185
sourceMap: true,
186+
ASCIIOnly: true,
186187
sourceMapName:
187188
"dist/<%= grunt.option('filename').replace('.js', '.min.map') %>",
188189
report: "min",

0 commit comments

Comments
 (0)