aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-01-21 00:59:13 +0100
committercodecalm <codecalm@gmail.com>2021-01-21 00:59:13 +0100
commitf6e29a937839c499f8457f830e3ee3399077c5ac (patch)
tree05ed09162d773d4592e4328211e4d991f327f5c7 /gulpfile.js
parenticonfont process optimize (diff)
downloadtabler-icons-f6e29a937839c499f8457f830e3ee3399077c5ac.tar.xz
iconfont optimize
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
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() {