Not so long ago I wrote a post about the fact that modern browsers contain a certain problem, namely the inability to clear the cache in a guaranteed way. This leads to certain difficulties in development. It is necessary to look for workarounds so that the version of the site was always up to date.
So one workaround is to change the names of potentially cacheable files. For example, every time you change your 'name.css' you add a one to its name: 'name.css' -> 'name1.css' -> 'name2.css' -> ...
So one workaround is to change the names of potentially cacheable files. For example, every time you change your 'name.css' you add a one to its name: 'name.css' -> 'name1.css' -> 'name2.css' -> ...
READ OTHER POSTS