From e86264a4f4f4aafb00ae731299d5972d05957580 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 2 Oct 2025 21:54:18 +0200 Subject: [PATCH] Change asset compilation setting in production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 53eedb18..1e4b392a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.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'