-
Notifications
You must be signed in to change notification settings - Fork 22
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
Adding cache buster to index.html #445 #451
Conversation
WalkthroughThe recent updates involve enhancing cache management for a web application. The main JavaScript file's versioning has been updated, and a new script has been introduced to dynamically generate cache busters. Additionally, there's been a renaming of test cases in a WebRTC module to reflect a shift from login to subscribe terminology. Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChat with CodeRabbit Bot (
|
✅ Deploy Preview for terminal7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Deploy Preview for dazzling-kringle-090742 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with a timestamp for today's date , need to be changed every month for now , im thinking of a automatic solution instead of this static one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 4
Configuration used: CodeRabbit UI
Files selected for processing (2)
- cacheBuster.ts (1 hunks)
- index.html (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- index.html
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- cacheBuster.ts (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- cacheBuster.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- aatp/peerbook_webrtc/admin.spec.ts (4 hunks)
Files skipped from review due to trivial changes (1)
- aatp/peerbook_webrtc/admin.spec.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (1)
- netlify.toml
Files selected for processing (1)
- index.html (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- index.html (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- index.html (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- index.html
i think this PR can be merged , we do not need tests for this i think. |
Summary by CodeRabbit
New Features
Refactor
Tests
Documentation