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: {
|
clean: {
|
||||||
options: { force: true },
|
options: { force: true },
|
||||||
bower: ['wwwroot'],
|
bower: ['wwwroot/*', '!wwwroot/bin'],
|
||||||
assets: ['wwwroot'],
|
assets: ['wwwroot/*', '!wwwroot/bin'],
|
||||||
tsng: ['client/**/*.ng.ts']
|
tsng: ['client/**/*.ng.ts']
|
||||||
},
|
},
|
||||||
copy: {
|
copy: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue