Cache manifest refresh solution
Hi,
I currently have a cache manifest file for my website and I'm curious as to how others handle it in debug. Right now I have a file watcher setup to modify my .appcache (it's just incrementing a version number in the file) file but I have a few issues with it related to the chrome extension. When I change my html code while debugging it works fine but as soon as I refresh the page, my change is lost and I have to refresh a second time for my changes to re-appear. It seems to work fine when I modify javascript file though so I can live with it but if someone had a similar problem and found a solution I would gladly appreciate it.
I'm open to any other solution, basically I don't wanna use the .appcache file when in debug (maybe there's a way to exclude it?).
Thanks
请先登录再写评论。