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: {
|
uglify: {
|
||||||
options: {
|
options: {
|
||||||
preserveComments: function( node, comment ){
|
output: {
|
||||||
return /^!/.test( comment.value );
|
comments: /^!/,
|
||||||
|
beautify: false
|
||||||
},
|
},
|
||||||
report: 'gzip'
|
report: 'gzip'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user