johanbrook / gulp-fontcustom

A gulp plugin that convert SVG files to font icons with Fontcustom
15 stars 4 forks source link

Support for passing directory as a source #5

Closed mr-mig closed 9 years ago

mr-mig commented 9 years ago

This PR is related to issue #1.

It seems there is no need to pass a list of svg files as fontcustom requires a directory. I've added support for passing a directory as a source to the plugin, as this is exactly what we needed to mitigate #1.

I have also added an example of how to pass css-selector option to the README.md.

johanbrook commented 9 years ago

Thanks so much!

mr-mig commented 9 years ago

Can you please bump the version and release it to npm?

johanbrook commented 9 years ago

Done.

mr-mig commented 9 years ago

Cool, thanks!