mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
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…
x
Reference in New Issue
Block a user