Skip to content

Commit

Permalink
Docs: Remove recipe for splitting tasks in files
Browse files Browse the repository at this point in the history
It should be very obvious that you can `require` functions from other
files in `gulpfile.js` and export them as tasks, it seems unnecessary to
use `gulp-hub`.
  • Loading branch information
silvenon authored and phated committed Oct 14, 2020
1 parent 147327c commit c5ff7e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 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)
* [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)
* [Browserify + Uglify with sourcemaps](browserify-uglify-sourcemap.md)
Expand Down
38 changes: 0 additions & 38 deletions docs/recipes/split-tasks-across-multiple-files.md

This file was deleted.

0 comments on commit c5ff7e0

Please sign in to comment.