ABP 8.2.3 MicroServices Template
When run application locally, after upgrade, the login page layout is good (same as before). However, after the application deployed, the layout is different. How to disable ABP script and css bundle, so that I can compare local version scripts/css and deployed version. I commented the line Config Bundle, the bundle is still there.
Also, I copy over every css, lib, theme folders/files and Theme package back to prior upgrade, the UI still not same as before. Don't understand why.
Thanks, Domina
3 Answer(s)
-
0
hi
What steps and code have you applied to the layout/theme?
Can you share the
csproj
file content for your web project? -
0
hi
What steps and code have you applied to the layout/theme?
Can you share the
csproj
file content for your web project?I figured out the reason. Our local templates folder files are not pickup when deployed. Since in release mode, the bundle is Abp's Theme package bundle + global css bundle. I compared bundled css with previous bundled css, d-lg-block and another css have display:none; in version 8, version 7 has definition for .lpx-login-image-area but version 8 seems not. So I copied version 7 css to local global css.
-
0
Great 👍