diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 22:29:48 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 22:29:48 +0100 |
commit | ff39589245ca0306e9eae0ee1fb1029824fb9954 (patch) | |
tree | 0f779351985e7f81992a0cddf8a217a7ce3bcece /gulpfile.js | |
parent | build first version (diff) | |
download | tabler-icons-ff39589245ca0306e9eae0ee1fb1029824fb9954.tar.xz |
face id icon
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 3907ef11..3db1297b 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), |