Skip to content

Commit 2594fab

Browse files
committed
don't break uglify
1 parent bbcdb95 commit 2594fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = function (grunt) {
115115
dead_code: false // jshint ignore:line
116116
},
117117
output: {
118-
asciiOnly: true
118+
ascii_only: true // jshint ignore:line
119119
},
120120
report: 'min',
121121
preserveComments: 'some'

0 commit comments

Comments
 (0)