From 5af303b9b5af838931b64adb690b1c912a4b0111 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Mon, 29 Jul 2024 21:44:06 -0400 Subject: [PATCH] css compressor --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index a761946..00d5ca4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -26,6 +26,7 @@ config.assets.compile = false config.assets.digest = true config.assets.version = '1.0' + config.assets.css_compressor = :sass # Specifies the header that your server uses for sending files. # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache