1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
This commit is contained in:
codecalm
2020-11-13 13:41:21 +01:00
parent 9f342786a3
commit 8cb51f8071

View File

@@ -248,8 +248,10 @@ gulp.task('build-jekyll', (cb) => {
.on('close', cb);
});
gulp.task('build-cleanup', (cb) => {
cb();
gulp.task('build-cleanup', () => {
return gulp
.src(`${demoDir}/redirects.json`, { read: false, allowEmpty: true })
.pipe(clean());
});
/**