mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
OOPS: Left a testing setting of precompile in development on. Turned it back off.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user