Re: Adding a query line to all files in a folder

2021-06-19 Thread @lbutlr
On 17 Jun 2021, at 08:31, Peter Small 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. Are you setting an expiration header on you site? This is normally how you

Re: Adding a query line to all files in a folder

2021-06-19 Thread Gerald Davenport
Greetings al, and Peter Small. I have ran into many different issues when dealing with web design and browser cache when testing a quick fix with css, an image, or anything that the browser (or the hosting server) has stored. I use https://chrispederick.com/work/web-developer/

Re: Odd site deployment behavior

2021-06-19 Thread @lbutlr
On 17 Jun 2021, at 18:15, Watts Martin wrote: > So, I want to do a sanity check here -- is anyone using the "Deploy Site" > command successfully? I have used it in the past without issue, but since my web server is accessed only via ssh with keys and no passwords, I was unable to get the BBEdit

Re: Adding a query line to all files in a folder

2021-06-19 Thread Peter Small
What I ended up doing was to download all the files on my website (www.dinnerpartytown.uk) then with BBEdit's multiple file search I made the following replacements: ".html" replaced with ".html?v=1.0" ".js" replaced with ".js?v=1.0" ".css" replaced with ".css?v=1.0" ".jpg" replaced with ".jpg?v