Skip to content

Commit 66dc0a0

Browse files
author
alirizaadiyahsi
authored
Merge pull request #169 from ryancyq/patch-3
Fixed missing Login.min.css config for bundle
2 parents c60c249 + c9dbf73 commit 66dc0a0

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
@@ -101,6 +101,12 @@
101101
"wwwroot/view-resources/Views/Home/Index.js"
102102
]
103103
},
104+
{
105+
"outputFileName": "wwwroot/view-resources/Views/Account/Login.min.css",
106+
"inputFiles": [
107+
"wwwroot/view-resources/Views/Account/Login.css"
108+
]
109+
},
104110
{
105111
"outputFileName": "wwwroot/view-resources/Views/Account/Login.min.js",
106112
"inputFiles": [

0 commit comments

Comments
 (0)