Skip to content

Commit

Permalink
Docs: Add gulp.series/gulp.parallel APIs, update gulp.task API & viny…
Browse files Browse the repository at this point in the history
…l-fs options
  • Loading branch information
dinoboff authored and phated committed Dec 31, 2017
1 parent 87e9cb6 commit 0ac0a0e
Show file tree
Hide file tree
Showing 12 changed files with 377 additions and 209 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var paths = {
};

// Not all tasks need to use streams
// A gulpfile is just another node program and you can use any package available on npm
// A gulpfile is just another node program and you can use all packages available on npm
gulp.task('clean', function() {
// You can use multiple globbing patterns as you would with `gulp.src`
return del(['build']);
Expand Down
Loading

0 comments on commit 0ac0a0e

Please sign in to comment.