]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
don't break uglify 1579/head
authorIsaac Cambron <isaac@isaaccambron.com>
Wed, 2 Apr 2014 20:26:17 +0000 (16:26 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Wed, 2 Apr 2014 20:26:17 +0000 (16:26 -0400)
Gruntfile.js

index 0e220f387ec85be0727aa775f0ce0d3e676540d2..5b2f804074e5ee4663ec34320cd1bfe00bf127a4 100644 (file)
@@ -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'