Meta: update uglifyJS3 options

This commit is contained in:
Rob Garrison 2017-05-16 15:31:55 -05:00
parent 0c75f5f7d2
commit 3891baf5a7

View File

@ -278,8 +278,9 @@ module.exports = function( grunt ) {
uglify: { uglify: {
options: { options: {
preserveComments: function( node, comment ){ output: {
return /^!/.test( comment.value ); comments: /^!/,
beautify: false
}, },
report: 'gzip' report: 'gzip'
}, },