Revert "DEV: Make Ember CLI assets the default in production (#15843)" (#15852)

This reverts 1b622667bc8c08e56707b3f0a43828808d024787

We have had reports of issues rebuilding under memory-constrained environments. Reverting while we investigate further.
This commit is contained in:
David Taylor
2022-02-07 20:31:10 +00:00
committed by GitHub
parent 15cff27bfe
commit e92f57255d
4 changed files with 5 additions and 5 deletions

View File

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