aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 23:30:00 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 23:30:00 +0100
commit280acea4ab1dc6b7590051866e704750ae0b6578 (patch)
tree52abaafe1fae551d8f2f74830b2169ce2ea542df /gulpfile.js
parentreadme (diff)
downloadtabler-icons-280acea4ab1dc6b7590051866e704750ae0b6578.tar.xz
readme
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index eaf6afd..d985184 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -27,7 +27,7 @@ gulp.task('icons-sprite', function (cb) {
let svg = `<svg xmlns="http://www.w3.org/2000/svg"><defs>${svgContent}</defs></svg>`;
- fs.writeFileSync('dist/icons-sprite.svg', svg);
+ fs.writeFileSync('dist/tabler-sprite.svg', svg);
cb();
});
});