I have a single page dynamic web app. I created the manifest file and add the reference in the html tag. The problem I am facing now is that only in chrome the content inside the page stays old even through there are new content. On firefox it works fine when ever I load the site , the new content shows up but in chrome it shows the old content.
my manifest file
CACHE MANIFEST
# 2014-02-19:v0.11
CACHE:
/assets/kik_icon_256.png
/assets/touch-icon-iphone-precomposed.png
/assets/touch-icon-ipad-precomposed.png
/assets/touch-icon-iphone-retina-precomposed.png
/assets/touch-icon-ipad-retina-precomposed.png
/css/style.css
/css/modal.css
/helper/localization.js
/js/jquery.js
/js/base.js
NETWORK:
*
Index.php
<html manifest='manifest.appcache'>