Skip to content

Commit

Permalink
Fix #53 by going to bootstrap 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Jul 24, 2015
1 parent 2fe27a2 commit 9e07142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = function (grunt) {
https: false,
xforward: false,
headers: {
"x-custom-added-header": 'custom-value'
'x-custom-added-header': 'custom-value'
}
}
],
Expand Down Expand Up @@ -408,9 +408,7 @@ module.exports = function (grunt) {

grunt.registerTask('build', [
'clean:dist',
// Somehow wiredep seems to kick out bootstrap CSS See
// docker-registry-frontend issue #53
//'wiredep',
'wiredep',
'useminPrepare',
'concurrent:dist',
'autoprefixer',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"angular": "~1.3.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.3.0",
"bootstrap": "3.3.4",
"angular-resource": "~1.3.0",
"angular-cookies": "~1.3.0",
"angular-sanitize": "~1.3.0",
Expand Down

0 comments on commit 9e07142

Please sign in to comment.