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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -