mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts 1b622667bc
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