Marcel Klenk

Results 1 comments of Marcel Klenk

I had the same problem when calling the default gulp task, which in turn called my generate-favicon task. Like this: `gulp.task('default', ['cleanup', 'fonts', 'css', 'js', 'img', 'generate-favicon']);` Running it like...