Skip to content

Commit

Permalink
Revert "Added missing task registrations to README. See #1828."
Browse files Browse the repository at this point in the history
This reverts commit 078d891.
  • Loading branch information
callumacrae committed Oct 24, 2016
1 parent 078d891 commit c120a94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ 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 c120a94

Please sign in to comment.