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
Instead of releasing the files:
semantic.css semantic.js semantic.min.css semantic.min.js
optionally release the files that include the version number and an optional revision string:
semantic-2.9.3-a.css semantic-2.9.3-a.js semantic-2.9.3-a.min.css semantic-2.9.3-a.min.js
The advantage is to make clear which version is currently being used, and preventing the browser cache from running an obsolete version.
The text was updated successfully, but these errors were encountered:
[#1] Include the version in the released file
ac4d673
[#1] Fix lint issues.
1f9f110
151de5e
Merged upstream.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature Request
Instead of releasing the files:
optionally release the files that include the version number and an optional revision string:
The advantage is to make clear which version is currently being used, and preventing the browser cache from running an obsolete version.
The text was updated successfully, but these errors were encountered: