Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(grunt): add work-around for uglify preserveComments as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
marclr authored and knalli committed Apr 29, 2016
1 parent 5dc6e78 commit 32cdedb
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 32cdedb

Please sign in to comment.