diff options
| author | Igor Minar | 2012-08-25 02:30:55 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-25 02:31:20 -0700 |
| commit | 54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd (patch) | |
| tree | 43c4f0a732cc52d69b0c2f2e389e7bee24399cae /docs/src/gen-docs.js | |
| parent | 60a12b416104697d48a465bffbcfefbec35f06ea (diff) | |
| download | angular.js-54895fc2a1a9f1cb35965e6dc8f989e3a4aafedd.tar.bz2 | |
chore(docs): support _escaped_fragment_ hack for crawler
Diffstat (limited to 'docs/src/gen-docs.js')
| -rwxr-xr-x | docs/src/gen-docs.js | 3 |
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')); } |
