From 7fa50c654d42d3dd863132d3e2a3ffe0db6b0b05 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 22:48:47 +0100 Subject: new icons, build --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index f2430664..4075046a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -27,7 +27,7 @@ gulp.task('icons-sprite', function (cb) { let svg = `${svgContent}`; - fs.writeFileSync('icons-sprite.svg', svg); + fs.writeFileSync('dist/icons-sprite.svg', svg); cb(); }); }); @@ -109,7 +109,7 @@ gulp.task('icons-stroke', function (cb) { const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; - fs.writeFileSync('dist/icons-stroke.svg', svgContent); + fs.writeFileSync('icons-stroke.svg', svgContent); cb(); }); -- cgit v1.2.1