diff --git a/src/MusicStore.Spa/Gruntfile.js b/src/MusicStore.Spa/Gruntfile.js index 0d26aca0c2..2d6bd2fdbe 100644 --- a/src/MusicStore.Spa/Gruntfile.js +++ b/src/MusicStore.Spa/Gruntfile.js @@ -33,8 +33,8 @@ module.exports = function (grunt) { }, clean: { options: { force: true }, - bower: ['wwwroot'], - assets: ['wwwroot'], + bower: ['wwwroot/*', '!wwwroot/bin'], + assets: ['wwwroot/*', '!wwwroot/bin'], tsng: ['client/**/*.ng.ts'] }, copy: {