mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
This reverts 1b622667bc8c08e56707b3f0a43828808d024787 We have had reports of issues rebuilding under memory-constrained environments. Reverting while we investigate further.
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'] == "0"
|
||||
ENV['EMBER_CLI_PROD_ASSETS'] != "1"
|
||||
else
|
||||
!@is_proxied
|
||||
end
|
||||
|
Reference in New Issue
Block a user