Skip to main content
Hi there,
I'm making minor changes to a theme (e.g. the background colour used for the grid rows).
Is there a way to force the download of the theme to the end-users without asking them to clear their browser cache?
Thanks in advance for any help.
Cheers, Glenys
Hi there,
I'm making minor changes to a theme (e.g. the background colour used for the grid rows).
Is there a way to force the download of the theme to the end-users without asking them to clear their browser cache?
Thanks in advance for any help.
Cheers, Glenys
Hi Glenys,

Technically and under normal circumstances the web browser should verify the date/time stamp and download when required.
If this is not happening perhaps there is something specific to your deployment.

How are you deploying the files?
Are you using a hub? 

What may help is having a look in the browser's development tools network tab. This should provide info on status (e.g. 200 for OK and retrieved and 304 for not edited, so the cached version is used). 

Hope this helps,
Regards,
Roger.
Hi there,
I'm making minor changes to a theme (e.g. the background colour used for the grid rows).
Is there a way to force the download of the theme to the end-users without asking them to clear their browser cache?
Thanks in advance for any help.
Cheers, Glenys
Thanks Roger - I only manually changed the color.js  - I'll try changing the main js as well to see if that will force the update.