Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some seemingly obsolete recipes #2497

Merged
merged 7 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,16 @@
* [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)
* [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)
* [Browserify + Uglify with sourcemaps](browserify-uglify-sourcemap.md)
* [Browserify + Globs](browserify-with-globs.md)
* [Browserify + Globs (multiple destination)](browserify-multiple-destination.md)
* [Output both a minified and non-minified version](minified-and-non-minified.md)
* [Templating with Swig and YAML front-matter](templating-with-swig-and-yaml-front-matter.md)
* [Run Grunt Tasks from Gulp](run-grunt-tasks-from-gulp.md)
* [Exports as tasks](exports-as-tasks.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)
22 changes: 0 additions & 22 deletions docs/recipes/exports-as-tasks.md

This file was deleted.

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.

31 changes: 0 additions & 31 deletions docs/recipes/running-shell-commands.md

This file was deleted.

89 changes: 0 additions & 89 deletions docs/recipes/running-tasks-in-series.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/recipes/specifying-a-cwd.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/recipes/split-tasks-across-multiple-files.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/recipes/using-external-config-file.md

This file was deleted.