From bb598dd171371d81cfd44c6830ab52118caaa950 Mon Sep 17 00:00:00 2001 From: Rachel Slaby Date: Thu, 14 Nov 2024 23:07:44 -0500 Subject: [PATCH] wtf y u no work heroku --- config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index 8581ac0..68bbf64 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -87,7 +87,7 @@ production: <<: *default # Production depends on precompilation of packs prior to booting for performance. - compile: false + compile: true # Extract and emit a css file extract_css: true