From 27fc19db568c5d8099d944015ff0b7c673eb0676 Mon Sep 17 00:00:00 2001 From: Jay Pfaffman Date: Fri, 12 Nov 2021 07:04:37 -0800 Subject: [PATCH] FIX: add EMBER_CLI_PROD_ASSETS: 1 to web_only.yml I just noticed that my test of this wasn't much of a test since the change wasn't applied to web_only... --- samples/web_only.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/web_only.yml b/samples/web_only.yml index 08e41712f..dc36c140d 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -32,6 +32,8 @@ env: LC_ALL: en_US.UTF-8 LANG: en_US.UTF-8 LANGUAGE: en_US.UTF-8 + EMBER_CLI_PROD_ASSETS: 1 + # DISCOURSE_DEFAULT_LOCALE: en ## How many concurrent web requests are supported? Depends on memory and CPU cores.