mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 07:35:47 +08:00
debug assets for debugging assets ... set to 1 in my .rvmrc
This commit is contained in:
parent
073125ac30
commit
f6ec8e01ec
@ -24,7 +24,7 @@ Discourse::Application.configure do
|
||||
|
||||
# Concatenate all assets, even in development mode. This appears to be considerably
|
||||
# faster for reloading in development mode.
|
||||
config.assets.debug = false
|
||||
config.assets.debug = ENV['DEBUG_ASSETS'] == "1"
|
||||
|
||||
config.watchable_dirs['lib'] = [:rb]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user