Skip to content

Commit

Permalink
Merge pull request gulpjs#441 from tomByrer/patch-1
Browse files Browse the repository at this point in the history
+ brief descritions for ## Incremental Builds
  • Loading branch information
sindresorhus committed May 8, 2014
2 parents 7ba98f4 + a6ad563 commit ba99325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ gulp.task('default', ['scripts', 'images', 'watch']);

We recommend these plugins:

- [gulp-changed](https://github.com/sindresorhus/gulp-changed)
- [gulp-cached](https://github.com/wearefractal/gulp-cached)
- [gulp-newer](https://github.com/tschaub/gulp-newer)
- [gulp-remember](https://github.com/ahaurw01/gulp-remember)
- [gulp-changed](https://github.com/sindresorhus/gulp-changed) - only pass through changed files
- [gulp-cached](https://github.com/wearefractal/gulp-cached) - in-memory file cache, not for operation on sets of files
- [gulp-remember](https://github.com/ahaurw01/gulp-remember) - pairs nicely with gulp-cached
- [gulp-newer](https://github.com/tschaub/gulp-newer) - pass through newer source files only, supports many:1 source:dest

## Want to contribute?

Expand Down

0 comments on commit ba99325

Please sign in to comment.