aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
authorIgor Minar2012-08-25 02:30:55 -0700
committerIgor Minar2012-08-25 02:31:20 -0700
commit54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd (patch)
tree43c4f0a732cc52d69b0c2f2e389e7bee24399cae /docs/src/gen-docs.js
parent60a12b416104697d48a465bffbcfefbec35f06ea (diff)
downloadangular.js-54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd.tar.bz2
chore(docs): support _escaped_fragment_ hack for crawler
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index 67923fbc..aac9134b 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -54,7 +54,7 @@ function writeTheRest(writesFuture) {
writesFuture.push(writer.copy('docs/src/templates/index.html', 'index-jq.html',
- writer.replace, {'doc:manifest': manifest}));
+ writer.replace, {'doc:manifest': ''}));
writesFuture.push(writer.copy('docs/src/templates/index.html', 'index-jq-nocache.html',
writer.replace, {'doc:manifest': ''}));
@@ -94,6 +94,7 @@ function writeTheRest(writesFuture) {
writesFuture.push(writer.copyTpl('app.yaml'));
writesFuture.push(writer.copyTpl('index.yaml'));
writesFuture.push(writer.copyTpl('favicon.ico'));
+ writesFuture.push(writer.copyTpl('main.py'));
}