diff options
Diffstat (limited to 'docs/src/appCache.js')
| -rw-r--r-- | docs/src/appCache.js | 13 |
1 files changed, 7 insertions, 6 deletions
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", |
