fix development mode not using precompiled aseets

This commit is contained in:
manson 2015-02-06 17:36:37 +08:00
parent e1247e6083
commit 0c62c4b994
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Orbit::Application.configure do
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true
config.assets.digest = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
config.action_mailer.default_url_options = { host: "localhost:3000", protocol: "http" }