Skip to content

Commit

Permalink
fix(compile): Keep copyright notices in minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC authored and SimeonC committed Oct 23, 2014
1 parent 24835ed commit 9fe51ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ module.exports = function (grunt) {
options: {
mangle: true,
compress: true,
wrap: true
wrap: true,
preserveComments: 'some'
},
my_target: {
files: {
Expand Down

0 comments on commit 9fe51ab

Please sign in to comment.