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}")
|
data = File.read("#{assets_path}/#{from}")
|
||||||
|
|
||||||
uglified, map = Uglifier.new(comments: :none,
|
uglified, map = Uglifier.new(comments: :none,
|
||||||
screw_ie8: false,
|
screw_ie8: true,
|
||||||
source_filename: File.basename(from),
|
source_filename: File.basename(from),
|
||||||
output_filename: File.basename(to)
|
output_filename: File.basename(to)
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue