Set ASCII-only option in Uglify - fixes #899

This commit is contained in:
Stu Cox
2013-04-10 13:09:15 +01:00
parent bfe2d1570d
commit 24909eba09

View File

@@ -50,6 +50,9 @@ module.exports = function( grunt ) {
banner: '<%= banner.compact %>',
mangle: {
except: ['Modernizr']
},
beautify: {
ascii_only: true
}
},
dist: {