mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Make Ember CLI assets the default in production (#15861)
This was reverted in e92f57255de429fcf12c4259235d88c5485d934f due to memory usage concerns. This memory issue was resolved by 4cceb55621aa5a25c72415d78a43bd62be68d68d.
This commit is contained in:
@ -23,7 +23,7 @@ class QunitController < ApplicationController
|
||||
|
||||
@is_proxied = is_ember_cli_proxy?
|
||||
@legacy_ember = if Rails.env.production?
|
||||
ENV['EMBER_CLI_PROD_ASSETS'] != "1"
|
||||
ENV['EMBER_CLI_PROD_ASSETS'] == "0"
|
||||
else
|
||||
!@is_proxied
|
||||
end
|
||||
|
Reference in New Issue
Block a user