From c5fa4c1c63bf85ecead36d20c7ac638f2e0ed253 Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Tue, 7 Jun 2016 01:29:41 +0200 Subject: [PATCH] Make site:doctor generic to be used with Hugo --- generators/gulp/templates/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/gulp/templates/gulpfile.js b/generators/gulp/templates/gulpfile.js index 0cf2e0b..81e1b06 100644 --- a/generators/gulp/templates/gulpfile.js +++ b/generators/gulp/templates/gulpfile.js @@ -38,7 +38,7 @@ gulp.task('deploy', gulp.series('upload')); gulp.task('rebuild', gulp.series('clean', 'clean:images')); // 'gulp check' -- checks your site configuration for errors and lint your JS -gulp.task('check', gulp.series('site:doctor')); +gulp.task('check', gulp.series('site:check')); // 'gulp' -- cleans your assets and gzipped files, creates your assets and // injects them into the templates, then builds your site, copied the assets