mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 23:16:13 +08:00
FIX: Symbol was missing colon
This commit is contained in:
parent
65ab88da77
commit
a67d1c1765
@ -54,7 +54,7 @@ task 'assets:precompile:before' do
|
||||
|
||||
def evaluate(context, locals, &block)
|
||||
::Sprockets.cache_compiled("uglifier", data) do
|
||||
Uglifier.new(:comments => :none, screw_ie8 => false, :output => {max_line_len: 1024}).compile(data)
|
||||
Uglifier.new(:comments => :none, :screw_ie8 => false, :output => {max_line_len: 1024}).compile(data)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user