Skip to content

Commit

Permalink
By default dartsass only adds application.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiwnf committed Dec 31, 2023
1 parent 7e835fd commit 7bf545b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7bf545b

Please sign in to comment.