Skip to content

Commit

Permalink
enable assets.debug in development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 8, 2022
1 parent 452e736 commit 82ed032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

config.assets.debug = true
# In the development environment your application's code is reloaded any time
# it changes. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
Expand Down

0 comments on commit 82ed032

Please sign in to comment.