mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
OOPS: Left a testing setting of precompile in development on. Turned it back off.
This commit is contained in:
parent
dfba2b6e0a
commit
93cdb97b46
@ -30,7 +30,7 @@ Discourse::Application.configure do
|
||||
config.watchable_dirs['lib'] = [:rb]
|
||||
|
||||
config.sass.debug_info = false
|
||||
config.handlebars.precompile = true
|
||||
config.handlebars.precompile = false
|
||||
|
||||
# we recommend you use mailcatcher https://github.com/sj26/mailcatcher
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
|
Loading…
x
Reference in New Issue
Block a user