Skip to content

Commit 758d956

Browse files
author
Pavel Pravosud
committed
uglifier no longer lefts first comment assuming it's copyright info
1 parent c4783b4 commit 758d956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jammit/compressor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Compressor
5050
DEFAULT_OPTIONS = {
5151
:yui => {:munge => true},
5252
:closure => {},
53-
:uglifier => {}
53+
:uglifier => {:copyright => false}
5454
}
5555

5656
# The css comressor if always YUI Compressor. Js compression can be provided with

0 commit comments

Comments
 (0)