gulp-svg-icons icon indicating copy to clipboard operation
gulp-svg-icons copied to clipboard

A question

Open Soularix opened this issue 9 years ago • 2 comments

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

Soularix avatar Apr 08 '15 23:04 Soularix

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?

coma avatar Apr 10 '15 07:04 coma

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("")); });

Soularix avatar Apr 10 '15 12:04 Soularix