Embed presentation
Download to read offline











![gulp.src(globs[, options])
Returns a readable stream.
Read files that match with provided globs.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-12-2048.jpg)

![gulp.task(name[, deps], fn)
Register a Gulp task.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-14-2048.jpg)
![gulp.watch(glob [, opts], tasks)
gulp.watch(glob [, opts, cb])
Watch files and do something when a file changes.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-15-2048.jpg)



The document provides an introduction to Gulp, a task-based build tool that emphasizes streaming build systems and a code-centric approach over configuration. It highlights key features such as error detection, file concatenation, minification, and various plugins for compiling languages like CoffeeScript and SASS. The Gulp API allows for the creation and management of tasks, watching file changes, and the use of streams for efficient file handling.











![gulp.src(globs[, options])
Returns a readable stream.
Read files that match with provided globs.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-12-2048.jpg)

![gulp.task(name[, deps], fn)
Register a Gulp task.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-14-2048.jpg)
![gulp.watch(glob [, opts], tasks)
gulp.watch(glob [, opts, cb])
Watch files and do something when a file changes.](https://image.slidesharecdn.com/gulp-140322020608-phpapp01/75/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-15-2048.jpg)


