gulp-fontcustom
gulp-fontcustom copied to clipboard
A gulp plugin that convert SVG files to font icons with Fontcustom
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.
``` ~/SomeProject/app $ gulp icons [gulp] Using gulpfile ~/SomeProject/app/gulpfile.js [gulp] Starting 'icons'... /home/ale/SomeProject/app/node_modules/gulp-fontcustom/node_modules/child-process-promise/node_modules/q/q.js:126 throw e; ^ Error: Can't list "./___tmp___": ENOENT, readdir './___tmp___' ``` Config looks like so (nothing unusual...
I've been generating my custom Font Icon but the output is quite weird here is the markup ``` ``` here I have the generated CSS ``` @font-face { font-family: "Font";...
The main code involving `fontcustom compile` is run for every single SVG icon in the source directory. Instead of running the code for each file in the stream, it should...