We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec08deb + b96d57b commit cb4716fCopy full SHA for cb4716f
1 file changed
config/environments/development.rb
@@ -53,6 +53,9 @@
53
# Suppress logger output for asset requests.
54
config.assets.quiet = true
55
56
+ # Allow SCSS to be compiled and rendered on the fly with dartsass:watch
57
+ config.assets.digest = false
58
+
59
# Raises error for missing translations.
60
# config.i18n.raise_on_missing_translations = true
61
0 commit comments