diff options
| author | Igor Minar | 2012-08-25 02:30:55 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-08-25 02:30:55 -0700 | 
| commit | f7ac8ef97a12282e66eb540a542c09b9d14b2874 (patch) | |
| tree | e1890f9b4808410522c40eb1bc752622e6ac7fbc /docs/src/gen-docs.js | |
| parent | 4a4b28dbf3af9a1871f00dfeded6da9eda557412 (diff) | |
| download | angular.js-f7ac8ef97a12282e66eb540a542c09b9d14b2874.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'));  } | 
