spree-contrib / spree_fancy

SpreeFancy is a responsive theme for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
86 stars 186 forks source link

In rails 4, images and fonts in vendor/assets no longer precompiled automatically #97

Closed donnykurnia closed 10 years ago

donnykurnia commented 10 years ago

Reference: http://guides.rubyonrails.org/asset_pipeline.html#asset-organization

For me, after adding spree_fancy, I copy icons fonts into app/assets/fonts and copy bx_loader.gif & controls.png into app/assets/images

I see that bootstrap_sass gems also kept the fonts in vendor/assets/fonts folder but it precompiled automatically.