gulp-fontcustom
gulp-fontcustom copied to clipboard
Doesn't work on Windows
Unfortunately, doesn't work on windows as a simple gulp plugin. It needs a lot more to run... Great project, but make it usable on multiple platforms.
This is a font-custom "issue", not with the Gulp plugin.
Actually, even with properly installed fontcustom it doesn't work on Windows, throwing Error: C:\...\icons doesn't contain any SVGs.. The solution is to replace Windows directory separator (\) for the Unix one (/). Solution is in #10