we want screw_ie8 here as we don't support IE9

This commit is contained in:
Jeff Atwood 2016-01-11 03:13:37 -08:00
parent 4d8eb25148
commit 1a8487cf7b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)