diff --git a/Gruntfile.js b/Gruntfile.js index a1ffc0d..7f7de8e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',