Open Soularix opened 9 years ago
I'm not sure what's the problem here... Could you send me your gulp script and show me your directory structure in order to address the issue?
Now it's working here is what I wrote : var icons = new Icons("img/icons"); // SVg gulp.task("replaceSvg", function() { return gulp .src("*.html") .pipe(icons.replace()) .pipe(icons.inject()) .pipe(gulp.dest("")); });
hey, the task didnt work for me when I copied ur code , but when I removed : var htmls = path.join(fixtures, 'html', '*', '.html'); it worked can someone pls tell me what is that var for