Recipes
- Automate release workflow
- Combining streams to handle errors
- Delete files and folders
- Fast browserify builds with watchify
- Incremental rebuilding, including operating on full file sets
- Make stream from buffer (https://github.com/gulpjs/gulp/blob/master/docs/recipes/memory contents)
- Mocha test-runner with gulp
- Only pass through changed files
- Pass parameters from the command line
- Rebuild only files that change
- Generating a file per folder
- Running tasks in series
- Server with live-reloading and CSS injection
- Sharing streams with stream factories
- Specifying a new cwd (https://github.com/gulpjs/gulp/blob/master/docs/recipes/current working directory)
- Split tasks across multiple files
- Using external config file
- Using multiple sources in one task
- Browserify + Uglify with sourcemaps
- Browserify + Globs
- Browserify + Globs (https://github.com/gulpjs/gulp/blob/master/docs/recipes/multiple destination)
- Output both a minified and non-minified version
- Templating with Swig and YAML front-matter
- Run Grunt Tasks from Gulp
- Exports as tasks
- Rollup with rollup-stream