mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-11 08:38:04 -05:00
Set ASCII-only option in Uglify - fixes #899
This commit is contained in:
@@ -50,6 +50,9 @@ module.exports = function( grunt ) {
|
||||
banner: '<%= banner.compact %>',
|
||||
mangle: {
|
||||
except: ['Modernizr']
|
||||
},
|
||||
beautify: {
|
||||
ascii_only: true
|
||||
}
|
||||
},
|
||||
dist: {
|
||||
|
||||
Reference in New Issue
Block a user