Skip to content

Commit

Permalink
Remove mention of clean:metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 22, 2016
1 parent d2c50a6 commit b46b1e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generators/gulp/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ gulp.task('build', gulp.series(

// 'gulp rebuild' -- WARNING: Erases your assets and built site, use only when
// you need to do a complete rebuild
gulp.task('rebuild', gulp.series('clean:dist', 'clean:assets',
'clean:images', 'clean:metadata'));
gulp.task('rebuild', gulp.series('clean:dist', 'clean:assets', 'clean:images'));

// 'gulp check' -- checks your Jekyll configuration for errors and lint your JS
gulp.task('check', gulp.series('jekyll:doctor'));
Expand Down

0 comments on commit b46b1e5

Please sign in to comment.