From 36b92e7b9bfd9b485e880a2389e7e2a6ef4b2b38 Mon Sep 17 00:00:00 2001 From: bryanlopezrr Date: Tue, 20 Feb 2024 21:42:44 -0500 Subject: [PATCH] testing out modifying a configuration within ruby for push during ci build --- 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 c076cc5..22318c2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -28,7 +28,7 @@ # 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 # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"