Gulp
Task runner.
Contents
Plugins
Compilation
Transpilation
Concatenation
Minification
Optimization
Injecting Assets
Templating
Linting
Live Reload
Caching
Flow Control
Logging
Testing
Miscellaneous Plugins
Simplify build process setup by dynamically getting the library files.
Static asset revisioning by appending content hash to filenames: unicorn.css → unicorn-d41d8cd98f.css.
Strip console, alert, and debugger statements from JavaScript code.
Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
Inline your CSS properties into the style attribute in an HTML file.
Scaffolding
Boilerplates
The most complete React/Flux dev stack and starter kit for isomorphic functional web apps.
Boilerplate using AngularJS, Sass, gulp, and Browserify.
React starter kit that contains react-router, Reflux, jest, webpack, gulp and Stylus.
Frontend boilerplate and modular BEM css framework based on gulp, pug, stylus, postcss, webpack and babel.