Created
August 27, 2011 20:53
-
-
Save munroebot/1175859 to your computer and use it in GitHub Desktop.
Dear Jimmy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So the problem isn't that I can't put a cache buster | |
on like the css and js files inside the *.html, but | |
rather how do I bust the cache on a bookmarked page? | |
I can't attach epoch time because I didn't think you | |
could attach a javascript object like that? | |
BTW, do you use a templating engine / framework or | |
something when building your pages? It also seems | |
rather clunky to do something like this: | |
<link rel="stylesheet" | |
type="text/css" | |
href="css/main.css?"<script type="text/javascript">document.write(Date.time());</script> /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/1175944