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: {
options: {
preserveComments: function( node, comment ){
return /^!/.test( comment.value );
output: {
comments: /^!/,
beautify: false
},
report: 'gzip'
},