Skip to content

Instantly share code, notes, and snippets.

@jamiter
jamiter / gulpfile.litcoffee
Last active August 29, 2015 14:01
gulp file to replace Hem

Gulp

Gulp is used to quickly generate all js and css files. In our project you do not need to call gulp directly. Simply use npm install and npm start and the right gulp actions will be called.

Dependencies

gulp    = require 'gulp'

coffee  = require 'gulp-coffee'