Skip to content

Commit 6d944de

Browse files
authored
Removing legacy option so it can work with newer versions of uglfier.
1 parent dc866f1 commit 6d944de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jammit/compressor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Compressor
5858
:jsmin => {},
5959
:yui => {:munge => true},
6060
:closure => {},
61-
:uglifier => {:copyright => false}
61+
:uglifier => {}
6262
}
6363

6464
# CSS compression can be provided with YUI Compressor or sass. JS

0 commit comments

Comments
 (0)