Skip to content

Commit

Permalink
Attempt to fix kwk#53
Browse files Browse the repository at this point in the history
Somehow grunt-wiredep kicks out bootstrap from the app/index.html file.
This is not nice and we need to find a better way than to simply commen
it out in the build step but for now it fixes the issue of missing
Bootstrap CSS.
  • Loading branch information
kwk authored and goern committed Aug 30, 2015
1 parent 53b51b0 commit cc529b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,9 @@ module.exports = function (grunt) {

grunt.registerTask('build', [
'clean:dist',
'wiredep',
// Somehow wiredep seems to kick out bootstrap CSS See
// docker-registry-frontend issue #53
//'wiredep',
'useminPrepare',
'concurrent:dist',
'autoprefixer',
Expand Down

0 comments on commit cc529b5

Please sign in to comment.