aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-09 22:29:48 +0100
committercodecalm <codecalm@gmail.com>2020-03-09 22:29:48 +0100
commitff39589245ca0306e9eae0ee1fb1029824fb9954 (patch)
tree0f779351985e7f81992a0cddf8a217a7ce3bcece /gulpfile.js
parentbuild first version (diff)
downloadtabler-icons-ff39589245ca0306e9eae0ee1fb1029824fb9954.tar.xz
face id icon
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 3907ef1..3db1297 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -87,7 +87,7 @@ gulp.task('icons-stroke', function (cb) {
});
gulp.task('optimize', function (cb) {
- glob("_icons/*.svg", {}, function (er, files) {
+ glob("src/_icons/*.svg", {}, function (er, files) {
files.forEach(function (file, i) {
let svgFile = fs.readFileSync(file),