zaiste / foundation-icons-sass-rails

Foundation Font Icons on Sass for Rails
142 stars 18 forks source link

Rails 4 app on heroku #14

Open chrisvalentine opened 10 years ago

chrisvalentine commented 10 years ago

heroku reports that it cannot find /assets/foundation-icons.svg (all of the foundation-icons files really, thats just an example)

it appears the app is not properly looking for the fingerprinted version of the file.

All the other assets, application.css, modernizer, javascript have the finger printed version of their names. But it continues to look for the raw name of the foundation-icons files.

I can see the fingerprinted versions of them in the public/assets folder, but how do we make the app look for those not the original names?

Bw00d commented 9 years ago

Hey Chris did you solve this problem?

chrisvalentine commented 9 years ago

No. I had to upload static copies for them.