Commit 316cf6e
committed
Implement automatic cache busting for CSS and JS assets
- Appended file modification timestamps to CSS and JS file URLs in base.phtml.
- This forces browsers to download the latest version of these files whenever they are modified on the server.
- Resolves issues with stale styles and scripts persisting after updates.1 parent 6aafd34 commit 316cf6e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments