gulp-fontcustom icon indicating copy to clipboard operation
gulp-fontcustom copied to clipboard

Doesn't work on Windows

Open Vlasterx opened this issue 11 years ago • 2 comments

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.

Vlasterx avatar Oct 24 '14 10:10 Vlasterx

This is a font-custom "issue", not with the Gulp plugin.

danhere avatar Mar 09 '15 21:03 danhere

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

HitkoDev avatar May 15 '18 13:05 HitkoDev