Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Dont bower install bootstrap-assets. Grab twitter bootstrap css from …
Browse files Browse the repository at this point in the history
…git.
  • Loading branch information
mrjasonweaver committed Oct 17, 2013
1 parent c11b2b5 commit f77f715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/includes/head.jade
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ head
meta(property='og:site_name', content='MEAN - A Modern Stack')
meta(property='fb:admins', content='APP_ADMIN')

link(rel='stylesheet', href='/lib/bootstrap-assets/css/bootstrap.css')
link(rel='stylesheet', href='/lib/bootstrap-assets/css/bootstrap-responsive.css')
link(rel='stylesheet', href='/lib/bootstrap-css/index.css')
link(rel='stylesheet', href='/lib/bootstrap-responsive-css/index.css')
link(rel='stylesheet', href='/css/common.css')

link(rel='stylesheet', href='/css/views/articles.css')
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "mean",
"version": "1.0.0",
"dependencies": {
"bootstrap-assets": "2.3.2",
"bootstrap-css": "https://raw.github.com/twbs/bootstrap/v2.3.2/docs/assets/css/bootstrap.css",
"bootstrap-responsive-css": "https://raw.github.com/twbs/bootstrap/v2.3.2/docs/assets/css/bootstrap-responsive.css",
"angular": "~1.0.6",
"angular-resource": "~1.0.6",
"angular-cookies": "~1.0.6",
Expand Down

0 comments on commit f77f715

Please sign in to comment.