mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
we want screw_ie8 here as we don't support IE9
This commit is contained in:
parent
4d8eb25148
commit
1a8487cf7b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue