From 3333294fbe3d292859588bcb71846c3065c2272f Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 17 Mar 2020 23:54:02 +0100 Subject: gulpfile fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 8ddd3ba..406ef60 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -203,7 +203,7 @@ gulp.task('optimize', function (cb) { gulp.task('build-zip', function(cb) { const version = p.version; - return gulp.src('icons/**/*') + return gulp.src('{icons/**/*,icons-png/**/*,tabler-sprite.svg}') .pipe(zip(`${version}.zip`)) .pipe(gulp.dest('packages')) }); -- cgit v1.2.1