jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 202 forks source link

Fonts not getting fingerprinted at pre-compilation #171

Closed prashaantt closed 10 years ago

prashaantt commented 10 years ago

I place my custom webfonts (font-faced in app/assets/stylesheets/fonts.css.scss) in vendor/assets/fonts. That folder is obviously visible from Rails.application.assets.paths but neither are the fonts getting fingerprinted nor is the font-url getting resolved, resulting in a pile of 404s all over.

carsomyr commented 10 years ago

Not a requirejs-rails issue. See #170.