Skip to content

Commit

Permalink
Docs: Remove recipes for selecting changed files
Browse files Browse the repository at this point in the history
gulp v4 supports this natively by combining `since` with
`gulp.lastRun()`.

https://gulpjs.com/docs/en/api/lastrun
  • Loading branch information
silvenon authored and phated committed Oct 14, 2020
1 parent b7b70b8 commit 486f927
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
* [Incremental rebuilding, including operating on full file sets](incremental-builds-with-concatenate.md)
* [Make stream from buffer (memory contents)](make-stream-from-buffer.md)
* [Mocha test-runner with gulp](mocha-test-runner-with-gulp.md)
* [Only pass through changed files](only-pass-through-changed-files.md)
* [Pass parameters from the command line](pass-arguments-from-cli.md)
* [Rebuild only files that change](rebuild-only-files-that-change.md)
* [Generating a file per folder](running-task-steps-per-folder.md)
* [Running tasks in series](running-tasks-in-series.md)
* [Server with live-reloading and CSS injection](server-with-livereload-and-css-injection.md)
Expand Down
28 changes: 0 additions & 28 deletions docs/recipes/only-pass-through-changed-files.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/recipes/rebuild-only-files-that-change.md

This file was deleted.

0 comments on commit 486f927

Please sign in to comment.