HTML is not updating even after Manifest file is updated -
when i'm updating files, i'm updating .manifest files updating version & modified date. but, when i'm accessing webpage, i'm getting old contents cache not new / updated. latest contents, need press ctrl+f5. once press ctrl+f5, i'm getting updated version. but, cannot tell user press ctrl+f5 latest contents. please help.
cache manifest # version 6.3 updated on 05feb2016 cache: ../pages/home.html ../scripts/home.js ../styles/home.css ../images/icon.png ../images/header.png network: * fallback:
and in html have written:
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" manifest="../manifestfiles/home.manifest"> <head>
Comments
Post a Comment