angular.js/docs
Igor Minar 60a12b4161 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
2012-08-24 15:00:36 -07:00
..
content docs(tutorial): fix typo in step_00 2012-08-24 14:59:21 -07:00
img chore(docs): re-skin main documentation 2012-05-04 16:12:17 -07:00
spec fix(docs): correctly generate sitemap 2012-07-02 08:21:19 -07:00
src chore(docs): use GAE and Google CDN for docs 2012-08-24 15:00:36 -07:00