diff options
| author | Igor Minar | 2012-01-17 12:13:29 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-01-17 12:13:29 -0800 | 
| commit | 22309c312fbfbcc383a9daedb20d34d34d299503 (patch) | |
| tree | 135aa0bc556a5890d8d2c97bf4744d1e4d8a9ed5 /docs/src/gen-docs.js | |
| parent | fcf95a47d102583913dca2217af6228c92c11dcf (diff) | |
| download | angular.js-22309c312fbfbcc383a9daedb20d34d34d299503.tar.bz2 | |
fix(docs): disable appcache - causing too much trouble
Diffstat (limited to 'docs/src/gen-docs.js')
| -rwxr-xr-x | docs/src/gen-docs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index 09c8c45f..2915e110 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -46,7 +46,7 @@ function writeTheRest(writesFuture) {    var manifest = 'manifest="/build/docs/appcache.manifest"';    writesFuture.push(writer.copy('docs/src/templates/index.html', 'build/docs/index.html', -                                writer.replace, {'doc:manifest': manifest})); +                                writer.replace, {'doc:manifest': ''})); //manifest //TODO(i): enable    writesFuture.push(writer.copy('docs/src/templates/index.html', 'build/docs/index-nocache.html',                                  writer.replace, {'doc:manifest': ''})); | 
