mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Route JQuery UI images through asset pipeline
Convert CSS url() to image-url() and enable SASS preprocessing Fixes #1705
This commit is contained in:
parent
c6a8e0f498
commit
6503d3af4a
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ Rails.application.config.assets.version = '1.0'
|
||||||
|
|
||||||
# Precompile additional assets.
|
# Precompile additional assets.
|
||||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||||
Rails.application.config.assets.precompile += %w( print.css login.css mobile.css )
|
Rails.application.config.assets.precompile += %w( print.css login.css mobile.css *.gif *.png )
|
||||||
|
|
||||||
# add /app/assets/swfs to asset pipeline for charts
|
# add /app/assets/swfs to asset pipeline for charts
|
||||||
Rails.application.config.assets.paths << Rails.root.join("app", "assets", "swfs")
|
Rails.application.config.assets.paths << Rails.root.join("app", "assets", "swfs")
|
||||||
|
|
File diff suppressed because one or more lines are too long
5
vendor/assets/stylesheets/jquery-ui-1.10.0.custom.min.css.scss
vendored
Normal file
5
vendor/assets/stylesheets/jquery-ui-1.10.0.custom.min.css.scss
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue