Add Bundleconfig.Json for Company Master

This commit is contained in:
Palash Biswas 2022-10-20 09:12:44 +05:30
parent 0529c994a3
commit b17027163c
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.10",
"commands": [
"dotnet-ef"
]
}
}
}

View File

@ -156,5 +156,11 @@
"inputFiles": [ "inputFiles": [
"wwwroot/Common/helpers.js" "wwwroot/Common/helpers.js"
] ]
},
{
"outputFileName": "wwwroot/view-resources/Views/CompanyMaster/Index.min.js",
"inputFiles": [
"wwwroot/view-resources/Views/CompanyMaster/Index.js"
]
} }
] ]