Skip to content

Commit 3333294

Browse files
committed
gulpfile fix
1 parent 62276c3 commit 3333294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ gulp.task('optimize', function (cb) {
203203
gulp.task('build-zip', function(cb) {
204204
const version = p.version;
205205

206-
return gulp.src('icons/**/*')
206+
return gulp.src('{icons/**/*,icons-png/**/*,tabler-sprite.svg}')
207207
.pipe(zip(`${version}.zip`))
208208
.pipe(gulp.dest('packages'))
209209
});

0 commit comments

Comments
 (0)