gavro / gulp-iconify

'A mystical CSS icon solution', grunticon-like build system.
MIT License
50 stars 22 forks source link

Use Grunticon-lib under the hood #15

Closed steveszc closed 9 years ago

steveszc commented 9 years ago

The Grunt team recently released Grunticon-lib (https://github.com/filamentgroup/grunticon-lib), a standalone implementation of Grunticon. They've also said they have no plans to create an official gulp plugin for Grunticon-lib.

The next version of Gulp-iconify should be a gulp wrapper for Grunticon-lib. (Maybe it gets a new name too... Grulpicon, in keeping with the Grunticon, Grumpicon naming convention) I have a crude implementation of a gulp task using Grunticon-lib that could serve as a starting point for a pull request to make the change.

Switching from gulp-iconify to grunticon-lib reduced my svg icon build step from several minutes to <30 sec to process around 150 SVG icons.

steveszc commented 9 years ago

Nevermind, Filament Group did put out an official Gulp implementation after all: https://github.com/filamentgroup/gulpicon

Not sure where this leaves gulp-iconify...