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

Multiple SVG sources issues

Open mathijsrave opened this issue 8 years ago • 0 comments

For my project I'd like to use gulp-iconify, but I'm running into issues when I'm trying to run multiple instances of the gulp task with the 'runSequence' plugin.

gulp.task('default:iconify', function (callback) { runSequence(['iconify:sts', 'iconify:sbc', 'iconify:stu', 'iconify:itd', 'iconify:stb', 'iconify:vde'], callback ); });

I think the issue is that the task gives a callback after the iconify tasks are started instead of finished. Is there a workaround for the lack of callbacks? Thanks in advance

mathijsrave avatar Jan 10 '17 08:01 mathijsrave