Skip to content

Commit

Permalink
Add a bower config for JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
David Collinson committed Mar 10, 2014
1 parent f2d6f79 commit 6cf62a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/js"
}
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "r/a/dio",
"version": "1.0.0",
"dependencies": {
"jquery": ">=1.7",
"jquery-timeago": "latest",
"history.js": "latest",
"font-awesome": "latest",
"bootstrap": "latest",
"jquery.scrollTo": "latest",
"typeahead.js": "latest"
}
}

0 comments on commit 6cf62a8

Please sign in to comment.