Fix grunt clean in MusicStore.Spa to not delete wwwroot\bin

This commit is contained in:
DamianEdwards 2014-09-26 14:07:31 -07:00
parent a6ef46102e
commit 6bbc74434d
1 changed files with 2 additions and 2 deletions

View File

@ -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: {