Serving asset files seperately in development mode
This commit is contained in:
parent
8b76ac55c3
commit
5934e0c555
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Debshots::Application.configure do
|
|||
# Debug mode disables concatenation and preprocessing of assets.
|
||||
# This option may cause significant delays in view rendering with a large
|
||||
# number of complex assets.
|
||||
config.assets.debug = false
|
||||
config.assets.debug = true
|
||||
|
||||
# ActiveRecord errors propagate normally (forward deprecation to Rails 5)
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue