I am creating HTML 5 offline application example.
I choose manifest file like this :
<html manifest="Configuration/WMP.manifest">
and manifest file is like this :
CACHE MANIFEST
# Build 2012-02-03
CACHE:
source/styles/examples-offline.css
source/styles/examples.css
source/js/Custom.js
source/js/jquery.min.js
source/js/people.js
source/index.html
NETWORK:
http://*
https://*
- Done correctly ?
- How do I check that sample works right in my local system ?
- I read that a manifest file must be served with the mime-type text/cache-manifest. where should I set this mime-type for manifest file ? I use basic HTML file and I don't use IIS or Apache webserver