Skip to content

Commit

Permalink
Work around uglify preserveComments some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Nov 20, 2015
1 parent c21118d commit 251ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -125,7 +125,7 @@ module.exports = function(grunt) {
options: {
mangle: true,
compress: true,
preserveComments: 'some'
preserveComments: /(?:^!|@(?:license|preserve|cc_on))/
},
dist: {
files: [{
Expand Down

0 comments on commit 251ec3b

Please sign in to comment.