Awesome Gulp Awesome

A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation.

Looking for something else? Take a look at other awesome lists.

Contribution

:octocat: All contributions welcome. Feel free to contribute (guidelines).

Contents

Legend

[:no_entry:] - A deprecation notice;

Resources

General Resources

Official Documentation

Community

Tutorials

Gulp Tutorials

Gulp 4 Tutorials

Gulp with Browserify

Gulp with Angular

Gulp with Angular and Browserify

Gulp with Angular and Webpack

Gulp with React and Browserify

Gulp with Ember

Miscellaneous Resources

Plugins

Compilation

Transpilation

Concatenation

Minification

Optimization

Injecting Assets

  • gulp-useref - Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
  • gulp-inject - Transform each file to a string and inject each transformed string into placeholders in the target stream files.
  • wiredep - Wire Bower dependencies to your source code.

Templating

Linting

Live Reload

Caching

Flow Control

  • merge-stream - Merge multiple streams into one interleaved stream.
  • streamqueue - Pipe queued streams progressively.
  • run-sequence - Run a series of dependent gulp tasks in order.
  • gulp-if - Conditionally run a task.

Logging

  • gulp-notify - Notification plugin for gulp.
  • gulp-size - Display the size of your project.
  • gulp-debug - Debug vinyl file streams to see what files are run through your gulp pipeline.

Testing

Miscellaneous Plugins

Scaffolding

Boilerplates

Yeoman Generators

Miscellaneous

  • elixir - A clean, fluent API for defining basic gulp tasks for your Laravel applications.
  • gulp-app - Gulp as an app (OS X).
  • lmn-gulp-tasks - Example of gulp tasks unit testing.
  • gulp-chef - An elegant, intuitive way to reuse gulp tasks.

License

CC0

To the extent possible under law, Philipp Alferov has waived all copyright and related or neighboring rights to this work.