mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
tracks now starts in production environment with precompiled assets
This commit is contained in:
parent
5660329e8e
commit
f513e667dc
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ Tracksapp::Application.configure do
|
|||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
# config.assets.precompile += %w( search.js )
|
||||
config.assets.precompile += %w( print.css scaffold.css )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue