Skip to content

Commit

Permalink
fixed paths and bumped angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Nov 5, 2014
1 parent d6a501f commit db8daa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"description": "An online, multiplayer version of Cards Against Humanity built on the MEAN stack",
"license": "CC-BY-NC-SA-3.0",
"dependencies": {
"angular": "1.3.0-rc.2",
"angular-route": "1.3.0-rc.2",
"angular": "~1.3.1",
"angular-route": "~1.3.1",
"angular-localforage": "~0.2.10",
"bootstrap": "~3.2.0",
"fontawesome": "~4.2.0",
Expand Down
3 changes: 1 addition & 2 deletions client/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html(ng-app='mean-ah', lang='en')
title MEAN Against Humanity
//- Custom bs css files is saved in the following dir, must copy it into dir bower creates
//- link(href='/assets/custom-bs-css/bootstrap.min.css', rel='stylesheet')
link(href='/vendor/bootstrap/dist/css/bootstrap.min.css', rel='stylesheet')
link(href='/assets/custom-bs-css/bootstrap.min.css', rel='stylesheet')
link(href='/vendor/fontawesome/css/font-awesome.css', rel='stylesheet')
link(href='/vendor/toastr/toastr.css', rel='stylesheet')
link(href='/index.css', rel='stylesheet')
Expand Down Expand Up @@ -64,4 +64,3 @@ html(ng-app='mean-ah', lang='en')
script(src='/components/directives/ab-player/ab-player.js')
script(src='/components/directives/ab-qcard/ab-qcard.js')
script(src='/components/directives/ab-acard/ab-acard.js')

0 comments on commit db8daa1

Please sign in to comment.