railslove / fontello_rails_converter

CLI gem for comfortably working with icon fonts (open, download, convert) from http://fontello.com for usage in Rails apps.
MIT License
73 stars 35 forks source link

adapt urls to font-files for asset-pipeline #28

Closed doppelreim closed 9 years ago

doppelreim commented 9 years ago

refs #27

This contains a fix for the problem discussed in #27

In this fontello-issue fontello/fontello#382 some CSS was inlined into the original demo.html (see fontello/fontello@1d9ba71). The URLs in the inlined @font-face are not converted for the asset-pipeline.

I suspect https://github.com/railslove/fontello_rails_converter/blob/master/lib/fontello_rails_converter/cli.rb#L128 would need to bee amended?