Gulp.js

Getting Started

I'm Michael 

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

gulp.js — getting started

By Michael Chan

gulp.js — getting started

A lightning fast intro to gulp.js

  • 1,868