Skip to content

Commit

Permalink
Merge pull request #783 from vlizard/master
Browse files Browse the repository at this point in the history
This recipe doesn't use 'es.concat' anymore
  • Loading branch information
Eric Schoffstall committed Nov 21, 2014
2 parents 433c868 + d9fd36d commit 427c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/running-task-steps-per-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ gulp.task('scripts', function() {
A few notes:

- `folders.map` - executes the function once per folder, and returns the async stream
- `es.concat` - combines the streams and ends only when all streams emitted end
- `merge` - combines the streams and ends only when all streams emitted end

0 comments on commit 427c3ac

Please sign in to comment.