mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:27:38 +08:00
we want screw_ie8 here as we don't support IE9
This commit is contained in:
parent
4d8eb25148
commit
1a8487cf7b
|
@ -122,7 +122,7 @@ def compress_ruby(from,to)
|
|||
data = File.read("#{assets_path}/#{from}")
|
||||
|
||||
uglified, map = Uglifier.new(comments: :none,
|
||||
screw_ie8: false,
|
||||
screw_ie8: true,
|
||||
source_filename: File.basename(from),
|
||||
output_filename: File.basename(to)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user