Skip to content

Added missing Tailwind CSS and jQuery validation assets#7

Closed
saciervo wants to merge 1 commit intoNetCoreTemplates:mainfrom
saciervo:feature/fix-identity-css-and-js
Closed

Added missing Tailwind CSS and jQuery validation assets#7
saciervo wants to merge 1 commit intoNetCoreTemplates:mainfrom
saciervo:feature/fix-identity-css-and-js

Conversation

@saciervo
Copy link

@saciervo saciervo commented Feb 14, 2026

Ensure Identity UI loads its styles and client-side validation scripts so the pages look right and validate smoothly.

Issue:
The Identity Account Manage page (/Identity/Account/Manage) fails to load properly because required static files are missing from the template.

Downloaded jQuery Validation Scripts:
They are required by _ValidationScriptsPartial.cshtml, so I downloaded them to wwwroot/Identity/lib/:

Built the CSS:
Run ./tailwindcss.exe -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify (or use npx tailwindcss on non-Windows)

Before:
identity-manage-page-before

After:
identity-manage-page-after

Ensure Identity UI loads its styles and client-side validation scripts so the pages look right and validate smoothly.
@mythz
Copy link
Contributor

mythz commented Feb 14, 2026

Thanks for the PR, except no static files should be added to wwwroot which is an ignored directory since it gets replaced when building production, instead all static files should be added to MyApp.Client/public/lib which gets copied to ./wwwroot as part of the build which I've done in this commit:

59a012d

@mythz mythz closed this Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants