Skip to content

Commit

Permalink
feat(app): add bootstrap-css~2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iki committed Nov 21, 2013
1 parent 6e53bd0 commit 48263de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/_bower.json
Expand Up @@ -8,7 +8,8 @@
"angular-resource": "~1.0.7",
"angular-cookies": "~1.0.7",
"angular-sanitize": "~1.0.7",
"restangular": "~1.1.8"
"restangular": "~1.1.8",
"bootstrap-css": "~2.3.2"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
Expand Down
1 change: 1 addition & 0 deletions app/templates/app/index.html
Expand Up @@ -13,6 +13,7 @@

<!-- build:css({.tmp,app}) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="bower_components/bootstrap-css/css/bootstrap.min.css">
<!-- endbuild -->
</head>
<body ng-app="<%= _.camelize(appname) %>App">
Expand Down

0 comments on commit 48263de

Please sign in to comment.