From f6e29a937839c499f8457f830e3ee3399077c5ac Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 21 Jan 2021 00:59:13 +0100 Subject: iconfont optimize --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 96b69001..9f541ab7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -230,9 +230,9 @@ gulp.task('iconfont-svg-outline', function (cb) { } }).catch(error => console.log(error)); }); - }); - cb(); + cb(); + }); }); gulp.task('iconfont-optimize', function() { -- cgit v1.2.1