From 22309c312fbfbcc383a9daedb20d34d34d299503 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 17 Jan 2012 12:13:29 -0800 Subject: fix(docs): disable appcache - causing too much trouble --- docs/src/gen-docs.js | 2 +- docs/src/templates/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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': ''})); diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 3ab7b26a..93d8cdda 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -131,8 +131,10 @@ ng:href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}" ng:bind-template="v{{version}}"> + © 2010-2012 AngularJS -- cgit v1.2.3