Gulp.js

Getting Started

I'm Michael 

@chantastic

What's Gulp?


Gulp.js is a JavaScript task runner

You can use it to run tests, compile and assets, and just about anything else you can find a command line tool for.

Vocabulary

The 5 words of Gulp

task

src

dest

pipe

watch


 

task

src

dest

pipe

watch


A named Process


task

src

dest

pipe

watch


A source path


task

src

dest

pipe

watch


A destination path


task

src

dest

pipe

watch


A method for chaining proceses

task

src

dest

pipe

watch


A file system watcher


Demo

Further Reading

http://gulpjs.com/
https://gist.github.com/chantastic/9540447
Made with Slides.com