Skip to content

Commit

Permalink
changed to bootstrap 3.3.4
Browse files Browse the repository at this point in the history
wiredep has problems to autoinclude bootstrap 3.3.5
yeoman/generator-angular#1116
  • Loading branch information
respectYourNeighbour committed Jan 27, 2016
1 parent c720b18 commit 74002ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/angular-busy/dist/angular-busy.css" />
<link rel="stylesheet" href="bower_components/angular-toastr/dist/angular-toastr.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- endbuild -->
</head>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"angular-translate-storage-cookie": "2.8.1",
"angular-translate-storage-local": "2.8.1",
"angular-translate-loader-static-files": "2.8.1",
"bootstrap": "3.3.5",
"bootstrap": "3.3.4",
"angular-utils-pagination": "*",
"jquery": "1.11.3",
"font-awesome": "4.5.0",
Expand Down

0 comments on commit 74002ab

Please sign in to comment.