Skip to content

Commit

Permalink
fix(grunt): Work around uglify to preserveComments as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
marclr committed Apr 28, 2016
1 parent 5dc6e78 commit a5facd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ module.exports = function (grunt) {
uglify: {

options: {
preserveComments: 'some'
preserveComments: /(?:^!|@(?:license|preserve|cc_on))/
},

core: {
Expand Down

0 comments on commit a5facd6

Please sign in to comment.