From 7bf545bdb82fa24dab881b31912ee99265fa4005 Mon Sep 17 00:00:00 2001 From: Sree P Date: Fri, 29 Dec 2023 16:59:26 -0800 Subject: [PATCH] By default dartsass only adds application.scss --- config/environments/staging.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 6e9f45526..b4b31c48a 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -30,6 +30,12 @@ # Do not fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false + Rails.application.config.dartsass.builds = { + "application.scss" => "application.css", + "feather.css" => "feather.css" + } + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"