Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Changes #469

Closed
jbomhold3 opened this issue Dec 26, 2021 · 1 comment
Closed

Package Changes #469

jbomhold3 opened this issue Dec 26, 2021 · 1 comment
Labels

Comments

@jbomhold3
Copy link
Collaborator

V1x Targets Bootstrap 4 if your using Bootstrap 4 do not upgrade to the V5x series
V5x Targets Bootstrap 5 use this package is your using Bootstrap 5.

If you use V5.x in a existing V1.x project you will get a ton of compile errors. Just change your package version back to a 1x package.

@jbomhold3 jbomhold3 pinned this issue Dec 26, 2021
@ghost
Copy link

ghost commented Jan 18, 2022

I actually upgraded an existing v1 to v5 and did make lots of changes to various components.
But i am now facing a funky problem: the blazorStrap.js file is overridden in prod by the _Host.cshtml content, so no client-side scripts work. Only happens in prod, not local.

I've not migrated to the new .net6 model with the single file, sticking to the old style for the time being.

Any clues?

---- update
Fixed; bug is on linux only due to a casing issue blazorstrap.js vs blazorStrap.js; on linux even .net is case sensitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant