forked from saurabh/orbit4-5
fix development mode not using precompiled aseets
This commit is contained in:
parent
e1247e6083
commit
0c62c4b994
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue