Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiwnf committed Dec 31, 2023
1 parent 7bf545b commit 0d5157d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
config.assets.compile = false

Rails.application.config.dartsass.builds = {
"application.scss" => "application.css",
"feather.css" => "feather.css"
"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 0d5157d

Please sign in to comment.