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.
gulp = require 'gulp'
coffee = require 'gulp-coffee'