mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix #1438 by adding mobile stylesheets to asset pipeline
This commit is contained in:
parent
a201ecf737
commit
3a290c0f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ module Tracksapp
|
|||
config.assets.paths << Rails.root.join("app", "assets", "swfs")
|
||||
|
||||
# add print and login css to assets
|
||||
config.assets.precompile += %w(login.css print.css)
|
||||
config.assets.precompile += %w(login.css print.css mobile.css)
|
||||
|
||||
# configure Tracks to handle deployment in a subdir
|
||||
config.action_controller.relative_url_root = SITE_CONFIG['subdir'] if SITE_CONFIG['subdir']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue