Skip to content
Omar Shammas edited this page Sep 13, 2013 · 1 revision

Installation

npm install -g jquery
npm install -g mocha
npm install -g coffee-script
npm install -g uglify-js
npm install https://github.com/omarshammas/jquery.formance.git

Cake

Cake is the equivalent of make or rake but for Coffeescript.

cake coffee         # Builds lib/jquery.formance.js from src/
cake watch          # Watch src/ for changes
cake test           # Runs all tests
cake minify         # Minifies any js files in lib/
cake build          # Builds lib/jquery.formance.js and minifies it