Embed presentation
Downloaded 12 times











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

![gulp.task(name[, deps], fn)
Register a Gulp task.](https://image.slidesharecdn.com/gulp-140320034847-phpapp02/85/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-14-320.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-140320034847-phpapp02/85/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-15-320.jpg)




Gulp is a streaming build system that uses code over configuration and small plugins. It uses streams to perform tasks like linting, testing, concatenating, and minifying files. This makes the build process faster by reducing I/O operations. Gulp defines tasks using a simple API and watches files, running tasks when changes are detected.











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

![gulp.task(name[, deps], fn)
Register a Gulp task.](https://image.slidesharecdn.com/gulp-140320034847-phpapp02/85/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-14-320.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-140320034847-phpapp02/85/Building-workflow-in-Javascript-Build-the-awesome-with-Gulp-15-320.jpg)


