diff options
| author | Igor Minar | 2012-08-20 08:28:04 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-24 15:00:36 -0700 |
| commit | 60a12b416104697d48a465bffbcfefbec35f06ea (patch) | |
| tree | 90ef6410ab0bcd569a7d746e6d55f36eb6020308 /docs/src/templates/index.yaml | |
| parent | cd7e58ba41eb886be2195e886f57521c568cb0a4 (diff) | |
| download | angular.js-60a12b416104697d48a465bffbcfefbec35f06ea.tar.bz2 | |
chore(docs): use GAE and Google CDN for docs
Short summary: if you use local node server everything should work as before,
if you use GAE, everything should work now as well, but we pull assets from CDN.
- GAE doesn't support ':' in filenames, so I had to replace it with '_'
but only in the filename, all servers were reconfigured to rewrite the
urls from : to _ when doing file lookup
- We now pull angular assets from google CDN when deployed on GAE (locally
or in production). When running on a non GAE server we pull assets from
../ directory as before
- Since only certain versions of Angular are available on CDN and we want
to be able to autodeploy docs, I had to pin down the Angular files
to a "stable" version when running on GAE
Diffstat (limited to 'docs/src/templates/index.yaml')
| -rw-r--r-- | docs/src/templates/index.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/src/templates/index.yaml b/docs/src/templates/index.yaml new file mode 100644 index 00000000..8e6046de --- /dev/null +++ b/docs/src/templates/index.yaml @@ -0,0 +1,12 @@ +indexes: + +# AUTOGENERATED + +# This index.yaml is automatically updated whenever the dev_appserver +# detects that a new type of query is run. If you want to manage the +# index.yaml file manually, remove the above marker line (the line +# saying "# AUTOGENERATED"). If you want to manage some indexes +# manually, move them above the marker line. The index.yaml file is +# automatically uploaded to the admin console when you next deploy +# your application using appcfg.py. + |
