We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add the version to the examples. This has benefit that caching will be working properly, and users will be aware of its importance.
From
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" /> <link href="_content/Blazorise.FluentUI2/reboot.css" rel="stylesheet" /> <link href="_content/Blazorise.FluentUI2/blazorise.fluentui2.css" rel="stylesheet" />
To
<link href="_content/Blazorise/blazorise.css?v=1.7.0.0" rel="stylesheet" /> <link href="_content/Blazorise.FluentUI2/reboot.css?v=1.7.0.0" rel="stylesheet" /> <link href="_content/Blazorise.FluentUI2/blazorise.fluentui2.css?v=1.7.0.0" rel="stylesheet" />
The text was updated successfully, but these errors were encountered:
You mean to edit the .snippet files for every provider, like this one, right?
.snippet
Sorry, something went wrong.
Yes.
Adds version number to all Blazorise resources in examples. closes #5858
866993e
f1e0ebb
Docs: Adds version number to all Blazorise resources in examples #5858 (
0aeb89e
#5886)
tesar-tech
Successfully merging a pull request may close this issue.
We need to add the version to the examples. This has benefit that caching will be working properly, and users will be aware of its importance.
From
To
The text was updated successfully, but these errors were encountered: