mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 09:15:37 -06:00
clean up gulpfile
This commit is contained in:
@@ -9,9 +9,9 @@ const templatePath = [ '**/*.html', '**/*.yml', '_posts/*', '_drafts/*'];
|
||||
|
||||
module.exports = gulp => {
|
||||
|
||||
// Build the Jekyll Site
|
||||
// run `jekyll build`
|
||||
gulp.task('jekyll-build', done => {
|
||||
return cp.spawn( jekyll , ['build', '--drafts', '--config', '_config.yml'], {stdio: 'inherit'})
|
||||
return cp.spawn( jekyll , ['build'], {stdio: 'inherit'})
|
||||
.on('close', done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user