pulled js and css out of index.html; created main.css by combining css from index.html with buttons.css and fonts.css for a single round trip; use bower to manage client side dependencies

This commit is contained in:
Jason Calabrese
2014-03-21 23:19:28 -07:00
parent 4c060680d1
commit 6d53b3ef69
9 changed files with 874 additions and 867 deletions
+1
View File
@@ -14,6 +14,7 @@ Clone this repo then install dependencies into the root of the project:
```bash
$ npm install
$ bower install
```
Usage