From 5f04811c1630f8b10876d3278281021b854226bb Mon Sep 17 00:00:00 2001 From: Jason Jordan Date: Wed, 6 May 2026 17:21:06 -0400 Subject: [PATCH] asset compilation --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index b5075cc..6a6e8f9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -27,6 +27,7 @@ Rails.application.configure do # config.assets.css_compressor = :sass # Do not fall back to assets pipeline if a precompiled asset is missed. + config.public_file_server.enabled = ENV["RAILS_SERVE_STATIC_FILES"].present? config.assets.compile = false # Enable serving of images, stylesheets, and JavaScripts from an asset server.