Skip to content

Commit

Permalink
Docs: Remove recipe for specifying a CWD
Browse files Browse the repository at this point in the history
The `cwd` option is described in the docs for `gulp.src`, and `--cwd`
can be found when running `gulp --help`. Having this as a recipe seems
unnecessary.
  • Loading branch information
silvenon authored and phated committed Oct 14, 2020
1 parent 1a653a9 commit 147327c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* [Generating a file per folder](running-task-steps-per-folder.md)
* [Server with live-reloading and CSS injection](server-with-livereload-and-css-injection.md)
* [Sharing streams with stream factories](sharing-streams-with-stream-factories.md)
* [Specifying a new cwd (current working directory)](specifying-a-cwd.md)
* [Split tasks across multiple files](split-tasks-across-multiple-files.md)
* [Using external config file](using-external-config-file.md)
* [Using multiple sources in one task](using-multiple-sources-in-one-task.md)
Expand Down
23 changes: 0 additions & 23 deletions docs/recipes/specifying-a-cwd.md

This file was deleted.

0 comments on commit 147327c

Please sign in to comment.