OOPS: Left a testing setting of precompile in development on. Turned it back off.

This commit is contained in:
Robin Ward 2013-06-05 15:33:50 -04:00
parent dfba2b6e0a
commit 93cdb97b46

View File

@ -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