From 2594fab6b7a20d2e33f79c67525247156e842106 Mon Sep 17 00:00:00 2001 From: Isaac Cambron Date: Wed, 2 Apr 2014 16:26:17 -0400 Subject: [PATCH] don't break uglify --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0e220f387..5b2f80407 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,7 +115,7 @@ module.exports = function (grunt) { dead_code: false // jshint ignore:line }, output: { - asciiOnly: true + ascii_only: true // jshint ignore:line }, report: 'min', preserveComments: 'some' -- 2.47.2