Skip to content

Commit

Permalink
Turn off digests
Browse files Browse the repository at this point in the history
This will allow us to see the latest stylesheet changes when
running Sass in watch mode.
  • Loading branch information
deborahchua committed Mar 5, 2024
1 parent 12747f5 commit af4dc6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
# Suppress logger output for asset requests.
config.assets.quiet = true

# Disable digest to see the latest stylesheet changes when running Sass in watch mode
# See https://guides.rubyonrails.org/v7.1.3/asset_pipeline.html#turning-digests-off
config.assets.digest = false

# Raises error for missing translations.
config.i18n.raise_on_missing_translations = true

Expand Down

0 comments on commit af4dc6b

Please sign in to comment.