Skip to content

Commit

Permalink
Fix site:doctor to work with generator-statisk
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jun 6, 2016
1 parent 4f8d2fd commit f73679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/jekyll/templates/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gulp.task('site', done => {
});

// 'gulp doctor' -- literally just runs jekyll doctor
gulp.task('site:doctor', done => {
gulp.task('site:check', done => {
shell.exec('jekyll doctor');
done();
});

0 comments on commit f73679c

Please sign in to comment.