File tree 4 files changed +12
-12
lines changed
skeleton-es2016-asp.net5/src/skeleton-navigation-es2016-vs/build
skeleton-typescript/build
skeleton-typescript-asp.net5/src/skeleton-navigation-typescript-vs/build
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module.exports = {
2
2
"bundles" : {
3
3
"dist/app-build" : {
4
4
"includes" : [
5
- "[*.js]" ,
6
- "*.html!text" ,
7
- "*.css!text"
5
+ "[**/* .js]" ,
6
+ "**/* .html!text" ,
7
+ "**/* .css!text"
8
8
] ,
9
9
"options" : {
10
10
"inject" : true ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module.exports = {
2
2
"bundles" : {
3
3
"dist/app-build" : {
4
4
"includes" : [
5
- "[*.js]" ,
6
- "*.html!text" ,
7
- "*.css!text"
5
+ "[**/* .js]" ,
6
+ "**/* .html!text" ,
7
+ "**/* .css!text"
8
8
] ,
9
9
"options" : {
10
10
"inject" : true ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module.exports = {
2
2
"bundles" : {
3
3
"dist/app-build" : {
4
4
"includes" : [
5
- "[*.js]" ,
6
- "*.html!text" ,
7
- "*.css!text"
5
+ "[**/* .js]" ,
6
+ "**/* .html!text" ,
7
+ "**/* .css!text"
8
8
] ,
9
9
"options" : {
10
10
"inject" : true ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module.exports = {
2
2
"bundles" : {
3
3
"dist/app-build" : {
4
4
"includes" : [
5
- "[*.js]" ,
6
- "*.html!text" ,
7
- "*.css!text"
5
+ "[**/* .js]" ,
6
+ "**/* .html!text" ,
7
+ "**/* .css!text"
8
8
] ,
9
9
"options" : {
10
10
"inject" : true ,
You can’t perform that action at this time.
0 commit comments