aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-10-11 09:38:44 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-10-11 09:39:21 -0400
commit798a7a7ea2cb612411b3d9fd87e8b0e894b27de8 (patch)
tree4df3d752d8cddcc1c2bbfeb53fdea3e5b109c0e4 /grunt.js
parenta60fed4dec85e7b0c3b6fc5741b14cee1552afc4 (diff)
downloadjquery-798a7a7ea2cb612411b3d9fd87e8b0e894b27de8.tar.gz
jquery-798a7a7ea2cb612411b3d9fd87e8b0e894b27de8.zip
Use Uglify's ascii_only to avoid converting UTF-8 escapes.
Thanks @curiousdannii!
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index a2db873a7..53d990fb0 100644
--- a/grunt.js
+++ b/grunt.js
@@ -112,7 +112,11 @@ module.exports = function( grunt ) {
],
tasks: "dev"
},
- uglify: {}
+ uglify: {
+ codegen: {
+ ascii_only: true
+ }
+ }
});
// Default grunt.