mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add screw_ie8
setting
This commit is contained in:
parent
0a14d80f4a
commit
bc01589ea5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Discourse::Application.configure do
|
|||
config.serve_static_assets = GlobalSetting.serve_static_assets
|
||||
|
||||
if defined?(Uglifier)
|
||||
config.assets.js_compressor = Uglifier.new(output: {max_line_len: 1024})
|
||||
config.assets.js_compressor = Uglifier.new(output: {max_line_len: 1024}, screw_ie8: false)
|
||||
else
|
||||
config.assets.js_compressor = :uglifier
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue