Commit 6ac4b8a
fix: Implement cache-busting for script resources
Added cache-busting mechanism to prevent browser caching of updated scripts. Introduced Bust utility function that appends timestamp parameter to URLs using `Date.now()`. Modified all script tags in Application.astro to use this function, ensuring fresh resource loading after deployments.
Additionally added 'ulid' v3.0.0 to package.json dependencies for future unique identifier generation needs. While not directly used in this commit, it prepares for upcoming features requiring collision-resistant IDs.1 parent 5a34919 commit 6ac4b8a
78 files changed
Lines changed: 143 additions & 105 deletions
File tree
- Source/pages
- Target
- Application
- Static/Application/vs
- base
- browser/ui/codicons/codicon
- common
- codecs
- editor
- browser/controller/editContext/native
- contrib/dropOrPasteInto/browser
- platform
- actionWidget/browser
- quickinput/browser/media
- workbench
- api
- browser
- common
- contrib
- chat
- browser
- actions
- promptActions
- dialogs/askToSelectPrompt
- chatContentParts
- media
- chatEditing
- contrib
- media
- common
- promptSyntax
- contributions/languageFeatures/providers
- decorationsProvider
- parsers
- service
- utils
- tools
- comments/browser
- debug/common
- inlineChat/browser
- issue/browser/media
- mcp/common
- notebook/browser
- media
- view/cellParts
- preferences/browser
- media
- scm/browser/media
- search/browser
- terminal/browser/media
- testing/browser/media
- welcomeGettingStarted
- browser
- media
- common
- media
- workspace/browser/media
- services
- progress/browser
- themes/browser
- userActivity/common
- Worker
- CSS
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | | - | |
161 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
162 | 169 | | |
163 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
164 | 176 | | |
165 | 177 | | |
166 | 178 | | |
167 | 179 | | |
168 | | - | |
| 180 | + | |
169 | 181 | | |
170 | 182 | | |
171 | | - | |
172 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
173 | 189 | | |
174 | 190 | | |
175 | 191 | | |
176 | 192 | | |
177 | | - | |
| 193 | + | |
178 | 194 | | |
179 | 195 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments