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

Add Version Number to External JS Filenames #388

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

coreyogburn
Copy link
Contributor

Added the version number to jsyaml a few commits ago. But that was incomplete:

  1. I changed the filename and added the import in test_common, but I forgot to update the script tag in index.html.
  2. I should have made the same change to the external lz string library.

jsyaml now has the version number in the filename everywhere it's referenced.

The LZString library has been given the same treatment. The 1.5.0 was added to the filename, the script tag reference was updated, and the LZString library has been added to global in test_common in line with the others.

Added the version number to jsyaml a few commits ago. But that was incomplete:

1) I changed the filename and added the import in test_common, but I forgot to update the script tag in index.html.
2) I should have made the same change to the external lz string library.

jsyaml now has the version number in the filename everywhere it's referenced.

The LZString library has been given the same treatment. The 1.5.0 was added to the filename, the script tag reference was updated, and the LZString library has been added to global in test_common in line with the others.
@coreyogburn coreyogburn merged commit 12b4ebb into 2.4/dev Mar 14, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/js-ver-fix branch March 14, 2024 22:15
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants