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

Convert additional fontello stylesheets? #32

Closed dlackty closed 9 years ago

dlackty commented 9 years ago

Currently only the main stylesheet get converted and I thought that others should get converted as well?

jhilden commented 9 years ago

Hi @dlackty,

FYI: I added a bit of documentation to the README about what exactly is done during the conversion: https://github.com/railslove/fontello_rails_converter/blob/master/README.md#sass-enhacements

For which stylesheets exactly do you think a conversion would be necessary/useful?

dlackty commented 9 years ago

I thought the main reason for converting stylesheets if for sprockets asset loading? In this case, fontname-embedded.css might also need be converted.

jhilden commented 9 years ago

I changed master, so that the embedded stylesheet will also be converted. It would be nice if you could try it out and report if it works as expected.

jhilden commented 9 years ago

I just released version 0.4.2 which should fix this issue.