zedd45 / gulp_demo_2014

A simple gulp file / scaffolding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp_demo_2014

A simple gulp file / scaffolding as presented at JavaScript Atlanta, July 21st, 2014.

Special thanks to vunify.com for allowing portions of their Gulpfile to be reused for this demo.

install + run

You'll need gulp installed locally. This is one of the dependencies in package.json. To install these, make sure you have nodeJS installed (current versions at the time of this writing come bundled with npm).

Simply type

npm i

to install all the dependencies.

now, to run it, type

gulp

About

A simple gulp file / scaffolding

License:MIT License


Languages

Language:CoffeeScript 79.4%Language:HTML 14.5%Language:JavaScript 4.8%Language:CSS 1.4%