Hi!

When updating to a new version of a web-app I have a big issue where the css files are not read as they are cached on the clients computer.
Is there a way to force the browser to reload all files (i know that in chrome i can press ctrl+f5 to force reload) but this is not an option for customers to do every time.

The biggest issue is that just the css, js files are cached, that results in a not so nice behaviour when changing a layout when using a cwebhtml box.

Any hint's greatly appreciated