Hubwiz.com
|
Online Course
|
API Manual
Gulp API Manual
Guide(11)
Method(5)
Sample(27)
Guide
gulp API docs
gulp CLI docs
FAQ
Getting Started
gulp documentation
Dealing with streams
Guidelines
Writing a plugin
Recommended Modules
Testing
Using buffers
Method
gulp.src(globs[, options])
gulp.dest(path[, options])
gulp.task(name [, deps, fn])
gulp.watch(glob[, opts], tasks)
gulp.watch(glob[, opts, cb])
Sample
Automate release workflow
Browserify + Transforms
Browserify + Uglify2 with sourcemaps
Browserify + Globs
Combining streams to handle errors
Delete files and folders
Exports as Tasks
Fast browserify builds with watchify
Handling the Delete Event on Watch
Incremental rebuilding, including operating on full file sets
Maintain Directory Structure while Globbing
Make stream from buffer (memory contents)
Output both a minified and non-minified version
Mocha test-runner with gulp
Only pass through changed files
Pass arguments from the command line
Recipes
Rebuild only files that change
Generating a file per folder
Running tasks in series, i.e. Task Dependency
Server with live-reloading and CSS injection
Sharing streams with stream factories
Specifying a new cwd (current working directory)
Split tasks across multiple files
Templating with Swig and YAML front-matter
Using external config file
Using multiple sources in one task