mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 21:38:49 +01:00
Merge pull request #98 from dD0T/assetprecomp
mobile.css was missing from production assets precompilation list.
This commit is contained in:
commit
2979758566
1 changed files with 1 additions and 1 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( print.css scaffold.css )
|
||||
config.assets.precompile += %w( print.css scaffold.css mobile.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