Skip to content

Commit 867f139

Browse files
authored
Fixed missing Login.min.css config for bundle
1 parent c60c249 commit 867f139

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
@@ -107,6 +107,12 @@
107107
"wwwroot/view-resources/Views/Account/Login.js"
108108
]
109109
},
110+
{
111+
"outputFileName": "wwwroot/view-resources/Views/Account/Login.min.css",
112+
"inputFiles": [
113+
"wwwroot/view-resources/Views/Account/Login.css"
114+
]
115+
},
110116
{
111117
"outputFileName": "wwwroot/view-resources/Views/Account/Register.min.js",
112118
"inputFiles": [

0 commit comments

Comments
 (0)