mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
sitemap
This commit is contained in:
@@ -248,8 +248,10 @@ gulp.task('build-jekyll', (cb) => {
|
|||||||
.on('close', cb);
|
.on('close', cb);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('build-cleanup', (cb) => {
|
gulp.task('build-cleanup', () => {
|
||||||
cb();
|
return gulp
|
||||||
|
.src(`${demoDir}/redirects.json`, { read: false, allowEmpty: true })
|
||||||
|
.pipe(clean());
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user