Skip to content

Commit

Permalink
Added missing task registrations to README. See #1828.
Browse files Browse the repository at this point in the history
  • Loading branch information
callumacrae committed Oct 24, 2016
1 parent abbd8ad commit 078d891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ function images() {
function watch() {
gulp.watch(paths.images.src, images);
}

gulp.task(images);
gulp.task(watch);
```
Task run times are saved in memory and are lost when gulp exits. It will only
save time during the `watch` task when running the `images` task
Expand Down

0 comments on commit 078d891

Please sign in to comment.