I have created manifest
file, app1.manifest
as below.
- I took
Text
file fromVisual Studio
. - named is as
app1.manifest
. Wrote content in that as below
CACHE:
App_Themes/DatePicker.css
App_Themes/jquery-ui-1.7.2.custom.css
App_Themes/Leap.css
App_Themes/Leap_New.css
App_Themes/menu.css
App_Themes/menu_New.css
App_Themes/sumoselect.css
App_Themes/validationEngine.jquery.css
Referenced that as
<html xmlns="http://www.w3.org/1999/xhtml" manifest="../../Manifest/Leap.manifest" type="text/cache-manifest">
But contents are not coming from cache.
in chrome.
Edit
This is how my html header looks like
<html xmlns="http://www.w3.org/1999/xhtml" manifest="../../Manifest/Leap.manifest" type="text/cache-manifest">