Skip to content

Commit 523a31c

Browse files
committed
fix(unicode): stop parsing escaped unicode strings (#1997)
1 parent cd651a0 commit 523a31c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ module.exports = function(grunt) {
204204
compress: false,
205205
beautify: {
206206
beautify: true,
207+
ascii_only: true,
207208
indent_level: 2,
208209
braces: true,
209210
quote_style: 1

0 commit comments

Comments
 (0)