I\'m working on a web project but I have this really annoying issue with my browser, Google Chrome... Every time I make changes on my website, my browser won\'t refresh and
This may be the result of using an Application Cache. If you have a cache.manifest included in your page via the html tag: , then you have to edit it for the files listed therein to be re-freshed (e.g. consider adding or modifying a comment like #v1.0).
Also ensure the file you want to update is listed in the cache manifest.