johanbrook / gulp-fontcustom

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

Fontcustom command is running for each individual SVG icon #1

Open johanbrook opened 10 years ago

johanbrook commented 10 years ago

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 wait for the whole directory (the directory name is the only thing relevant for using fontcustom) and then invoke the command.

josx commented 9 years ago

+1 thats the reason is too slow!