From 66a6ced3413d86adbf48c3f747ea5859a0172848 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 08e4171..dc36c14 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. -- 2.25.1