From ccc0dedf13f6c325fcb0f695e906d220678c0feb Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 23 Jul 2015 16:40:41 +0200 Subject: [PATCH] Revert "Attempt to fix #53" This reverts commit cb3c6505d7bc04e687d527250588592ae8071d48. --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',