Fix grunt clean in MusicStore.Spa to not delete wwwroot\bin
This commit is contained in:
parent
a6ef46102e
commit
6bbc74434d
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue