Skip to content

Commit 486f927

Browse files
silvenonphated
authored andcommitted
Docs: Remove recipes for selecting changed files
gulp v4 supports this natively by combining `since` with `gulp.lastRun()`. https://gulpjs.com/docs/en/api/lastrun
1 parent b7b70b8 commit 486f927

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

docs/recipes/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
* [Incremental rebuilding, including operating on full file sets](incremental-builds-with-concatenate.md)
88
* [Make stream from buffer (memory contents)](make-stream-from-buffer.md)
99
* [Mocha test-runner with gulp](mocha-test-runner-with-gulp.md)
10-
* [Only pass through changed files](only-pass-through-changed-files.md)
1110
* [Pass parameters from the command line](pass-arguments-from-cli.md)
12-
* [Rebuild only files that change](rebuild-only-files-that-change.md)
1311
* [Generating a file per folder](running-task-steps-per-folder.md)
1412
* [Running tasks in series](running-tasks-in-series.md)
1513
* [Server with live-reloading and CSS injection](server-with-livereload-and-css-injection.md)

docs/recipes/only-pass-through-changed-files.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/recipes/rebuild-only-files-that-change.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)