Skip to content

Commit 3064e26

Browse files
committed
Fix uglifying.
1 parent 6bb5c2d commit 3064e26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ module.exports = function(grunt) {
5656
'jquery.<%= pluginName %>.min.js': ['<%= concat.all.dest %>']
5757
},
5858
options: {
59-
preserveComments: 'some'
59+
banner: '<%= meta.banner %>',
60+
// preserveComments: /\/\*[\s\S]*/
6061
}
6162
}
6263
},

0 commit comments

Comments
 (0)