mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Meta: update uglifyJS3 options
This commit is contained in:
parent
0c75f5f7d2
commit
3891baf5a7
@ -278,8 +278,9 @@ module.exports = function( grunt ) {
|
||||
|
||||
uglify: {
|
||||
options: {
|
||||
preserveComments: function( node, comment ){
|
||||
return /^!/.test( comment.value );
|
||||
output: {
|
||||
comments: /^!/,
|
||||
beautify: false
|
||||
},
|
||||
report: 'gzip'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user