From 9dea9de44917b0b72a786122e619d451ccb8b0dc Mon Sep 17 00:00:00 2001 From: Di Peng Date: Wed, 20 Jul 2011 19:29:54 -0700 Subject: feat(docs): add full offline support --- docs/src/appCache.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/src/appCache.js') diff --git a/docs/src/appCache.js b/docs/src/appCache.js index cf7827bf..ed35eb79 100644 --- a/docs/src/appCache.js +++ b/docs/src/appCache.js @@ -11,12 +11,13 @@ function appCache(path) { if(!path) { return appCacheTemplate(); } - var blackList = ["offline.html", - "sitemap.xml", - "robots.txt", - "docs-scenario.html", - "docs-scenario.js", - "appcache.manifest" + var blackList = ["build/docs/offline.html", + "build/docs/sitemap.xml", + "build/docs/robots.txt", + "build/docs/docs-scenario.html", + "build/docs/docs-scenario.js", + "build/docs/appcache.manifest", + "build/docs/.htaccess" ]; var result = ["CACHE MANIFEST", -- cgit v1.2.3