Skip to content

Commit

Permalink
Handle bootstrap, jquery and angular via Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Nov 14, 2013
1 parent da3e9f8 commit a6ab977
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 260 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/vendor/"
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ tmp
npm-debug.log
node_modules
.idea
.DS_Store
.DS_Store

public/vendor
10 changes: 10 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "angular-quickstart",
"version": "1.0.0",
"dependencies": {
"jquery": "latest",
"todc-bootstrap-main": "latest",
"angular": "1.2.x",
"angular-route": "1.2.x"
}
}
9 changes: 0 additions & 9 deletions public/bootstrap/css/bootstrap.min.css

This file was deleted.

12 changes: 0 additions & 12 deletions public/bootstrap/css/todc-bootstrap.min.css

This file was deleted.

Binary file not shown.
229 changes: 0 additions & 229 deletions public/bootstrap/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions public/bootstrap/js/bootstrap.min.js

This file was deleted.

0 comments on commit a6ab977

Please sign in to comment.