> On Jun 17, 2021, at 7:31 AM, Peter Small <[email protected]> wrote:
> 
> Chrome keeps caching my files so that when I make a change to any online 
> document Chrome displays the cached version and not the modified version that 
> is on the server.
> 
> To get over this problem I want to append a version number in a query line to 
> every document  i.e., by adding "?v=1.0" to the end of all the documents 
> (URLS, CSS and JS docs). I want to be able to do this first in a folder on 
> the desktop.
> 
> Can this be done as a batch with BBEdit? Or perhaps there is an Applescript 
> or Keyboard Maestro macro out there somewhere?
> 
> Grateful for any suggestions.

I think it's the other way around -- you want the browser to request files with 
an ever-changing query string (the text after the ?) 
(file://path/to/file.ext?everChangingToBypassCache 
<file://path/to/file.ext?everChangingToBypassCache>)
The filenames themselves remain unchanged.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "[email protected]" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/7D35E80F-F685-4E81-86C6-52E09508AA18%40gmail.com.

Reply via email to