forked from stripe-archive/jquery.payment
-
Notifications
You must be signed in to change notification settings - Fork 104
Setup Project
Omar Shammas edited this page Sep 13, 2013
·
1 revision
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 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