Skip to content

Commit 9fe51ab

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committed
fix(compile): Keep copyright notices in minified files
1 parent 24835ed commit 9fe51ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ module.exports = function (grunt) {
6868
options: {
6969
mangle: true,
7070
compress: true,
71-
wrap: true
71+
wrap: true,
72+
preserveComments: 'some'
7273
},
7374
my_target: {
7475
files: {

0 commit comments

Comments
 (0)