Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Setup Project

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
Clone this wiki locally