mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
cross-spawn #705
This commit is contained in:
@@ -133,7 +133,7 @@ gulp.task('clean-dirs', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('clean-jekyll', (cb) => {
|
gulp.task('clean-jekyll', (cb) => {
|
||||||
return cp.spawn('bundle', ['exec', 'jekyll', 'clean'], { stdio: 'inherit' })
|
return spawn('bundle', ['exec', 'jekyll', 'clean'], { stdio: 'inherit' })
|
||||||
.on('close', cb);
|
.on('close', cb);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user