cleanup whitespace, rename files, build new deps with backbone

This commit is contained in:
Max Ogden
2011-11-02 19:58:56 -07:00
parent abe387a65e
commit d629629bf1
5 changed files with 225 additions and 225 deletions

View File

@@ -17,3 +17,10 @@ Designed for standalone use or as a library to integrate into your own app.
Open demo/index.html in your favourite browser.
## Minifying dependencies
npm install -g uglify
cd vendor
cat *.js | uglifyjs -o ../src/deps-min.js
note: make sure underscore.js goes in at the top of the file as a few deps currently depend on it