Skip to content

Commit c7d9f24

Browse files
authored
Merge pull request #346 from liangshiw/issue-344
fix #344: Update bundleconfig.json
2 parents ea1e312 + 61f68bf commit c7d9f24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/bundleconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
"wwwroot/view-resources/Views/Tenants/Index.js"
132132
]
133133
},
134+
{
135+
"outputFileName": "wwwroot/view-resources/Views/Roles/Index.min.js",
136+
"inputFiles": [
137+
"wwwroot/view-resources/Views/Roles/Index.js"
138+
]
139+
},
134140
{
135141
"outputFileName": "wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.min.js",
136142
"inputFiles": [

0 commit comments

Comments
 (0)