mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
sitemap
This commit is contained in:
@@ -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());
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user