Does anyone know how to add another folder to the asset pipeline in Rails 3.1?
I'd like to serve app/assets/fonts the same way app/assets/images is served.
|
Does anyone know how to add another folder to the asset pipeline in Rails 3.1? I'd like to serve
| |||
|
feedback
|
|
Andrew, It took me a while to wrap my head around this as well. I still don't know what happens if there's a file with the same name in [1] Assuming you have a font at | |||||||||||||
feedback
|
|
Andrew, Jason, agreed. FWIW I put this in my config/application.rb next to
| |||||
feedback
|
|
I can confirm it works without adding the new paths to the config in Rails 3.1.0.rc4 (and presumedly higher). I bounced my server, you might do the same. | |||
|
feedback
|