aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 01:43:39 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 01:43:39 +0100
commit167fb2fd84373c222ff9963d1559ed343c4b6e70 (patch)
tree305c7389f96837ef977a70ae9ad90c06e7c876cb /gulpfile.js
parentMerge branches 'dev-iconfont' and 'master' of https://github.com/tabler/table... (diff)
downloadtabler-icons-167fb2fd84373c222ff9963d1559ed343c4b6e70.tar.xz
gulpfile update
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 e39b14e..cc2ccd0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -515,4 +515,4 @@ gulp.task('svg-to-png', gulp.series('build-jekyll', 'clean-png', async (cb) => {
cb();
}));
-gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'svg-to-png', 'build-iconfont', 'changelog-image', 'build-zip'));
+gulp.task('build', gulp.series('optimize', 'build-jekyll', 'build-copy', 'icons-sprite', 'icons-preview', 'svg-to-png', /*'build-iconfont', */ 'changelog-image', 'build-zip'));