cleanup whitespace, rename files, build new deps with backbone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user