We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea1e312 + 61f68bf commit c7d9f24Copy full SHA for c7d9f24
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/bundleconfig.json
@@ -131,6 +131,12 @@
131
"wwwroot/view-resources/Views/Tenants/Index.js"
132
]
133
},
134
+ {
135
+ "outputFileName": "wwwroot/view-resources/Views/Roles/Index.min.js",
136
+ "inputFiles": [
137
+ "wwwroot/view-resources/Views/Roles/Index.js"
138
+ ]
139
+ },
140
{
141
"outputFileName": "wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.min.js",
142
"inputFiles": [
0 commit comments