If things are suddenly changing, you may want to set up the page with cache disabled (most people do when developing).
In Chrome, you can right click the page, inspect element, then hit the gear at the bottom right:
and click disable cache:
Should prevent any future problems. This is also the only way to disable cache in Chrome, as there is a reported bug of
<meta> no-cache not working.