diff options
| author | Di Peng | 2011-07-20 19:29:54 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-07-26 16:35:42 -0700 | 
| commit | 9dea9de44917b0b72a786122e619d451ccb8b0dc (patch) | |
| tree | d4ac89c713fb0cc3e0607309bc46d1ca37ef0fc0 /docs/src/appCache.js | |
| parent | bee78a84922da51de647af96fe86f75b1322d3d9 (diff) | |
| download | angular.js-9dea9de44917b0b72a786122e619d451ccb8b0dc.tar.bz2 | |
feat(docs): add full offline support
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", | 
