From e31265fdad84471684b007aba8a544d43741f503 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 5 Oct 2025 21:24:47 +0200 Subject: [PATCH] Compile assets in staging environment --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 0e282c59..ded741dc 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -29,7 +29,7 @@ Rails.application.configure do # config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false + config.assets.compile = true config.assets.content_type = { geojson: 'application/geo+json'