Skip to content

Commit

Permalink
TEMP - rename all_assets and ALL_ASSETS
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Nov 29, 2023
1 parent 42e459b commit 3f9830d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/initializers/dartsass.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# config/initializers/dartsass.rb
app_stylesheets = {
APP_STYLESHEETS = {
"application.scss" => "application.css",
}
}.freeze

all_stylesheets = app_stylesheets.merge(GovukPublishingComponents::Config.all_assets)
all_stylesheets = APP_STYLESHEETS.merge(GovukPublishingComponents::Config.all_stylesheets)
Rails.application.config.dartsass.builds = all_stylesheets

0 comments on commit 3f9830d

Please sign in to comment.