I thought I had a problem with javascript caching and did not update even with the tag of the updated version, for example:
<script type="text/javascript" src="lib/myScript.min.js?v=3"></script>
But I realized that the problem is that my html file is cached ... so the browser does not even know that there is a new script file.
I donβt want to disable caching, but is there really no way to tell the browser that it doesnβt have the most modern html file? (And this is what I put in my html file or on my apache2 server?)
source share