Skip to content

Commit

Permalink
Docs: Remove recipe for running shell commands
Browse files Browse the repository at this point in the history
gulp v4 supports this natively now, tasks can return a child process.

https://gulpjs.com/docs/en/getting-started/async-completion#returning-a-child-process
  • Loading branch information
silvenon authored and phated committed Oct 14, 2020
1 parent e1190ea commit 1a653a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
* [Run Grunt Tasks from Gulp](run-grunt-tasks-from-gulp.md)
* [Rollup with rollup-stream](rollup-with-rollup-stream.md)
* [Run gulp task via cron job](cron-task.md)
* [Running shell commands](running-shell-commands.md)
31 changes: 0 additions & 31 deletions docs/recipes/running-shell-commands.md

This file was deleted.

0 comments on commit 1a653a9

Please sign in to comment.