From ff39589245ca0306e9eae0ee1fb1029824fb9954 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 22:29:48 +0100 Subject: face id icon --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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), -- cgit v1.2.1