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.
1 parent 61f9378 commit 5ec5397Copy full SHA for 5ec5397
config/environments/development.rb
@@ -78,4 +78,7 @@
78
79
# Enable to edit on GitHub Codespaces && allow requests from our preview domain.
80
config.action_dispatch.default_headers = { 'X-Frame-Options' => "ALLOW-FROM #{pf_domain}" }
81
+
82
+ # Enable to compile Sass like custom.scss whenever accessed in Dev environment.
83
+ config.assets.compile = true
84
end
0 commit comments