Much faster development mode reloading.
This commit is contained in:
parent
1e6f8dc93a
commit
4e6b62b1f5
|
@ -22,8 +22,9 @@ Discourse::Application.configure do
|
|||
# Do not compress assets
|
||||
config.assets.compress = false
|
||||
|
||||
# Expands the lines which load the assets
|
||||
config.assets.debug = true
|
||||
# Concatenate all assets, even in development mode. This appears to be considerably
|
||||
# faster for reloading in development mode.
|
||||
config.assets.debug = false
|
||||
|
||||
config.watchable_dirs['lib'] = [:rb]
|
||||
|
||||
|
|
Loading…
Reference in New Issue