AlexanderPoellmann / PaymentFont

A sleek webfont featuring your favourite payment methods
https://paymentfont.com
MIT License
1.59k stars 125 forks source link

Problem with Rails/Bower loading #88

Closed gdurelle closed 7 years ago

gdurelle commented 9 years ago

Once the rake bower:resolve command is passed:

Asset not present: could not find 'paymentfont/fonts/paymentfont-webfont.eot?#iefix' in any asset directory

Using bower-rails gem with rails 4.0.11 Other assets loaded via bower are ok.

*= depend_on_asset "paymentfont/fonts/paymentfont-webfont.eot"
*= depend_on_asset "paymentfont/fonts/paymentfont-webfont.woff"
*= depend_on_asset "paymentfont/fonts/paymentfont-webfont.ttf"
*= depend_on_asset "paymentfont/fonts/paymentfont-webfont.svg"

@import 'paymentfont/css/paymentfont.min';
AlexanderPoellmann commented 7 years ago

Should be fixed in v1.2.0 👍