angular.js/lib
Igor Minar 4a4b28dbf3 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 14:54:35 -07:00
..
closure-compiler chore(closure-compiler): upgrading to v20110615 2011-07-18 12:12:54 -07:00
htmlparser create HTML sanitizer to allow inclusion of untrusted HTML in safe manner. 2010-10-26 13:41:07 -07:00
jasmine chore(libs): update libs (jasmine, jstd, jasmine-jstd adapter) 2011-10-13 17:36:11 -07:00
jasmine-jstd-adapter chore(jasmine-adapter): upgrade 2012-01-25 11:46:34 -08:00
jquery feat(jquery): jquery 1.7.2 support 2012-04-20 14:29:36 -07:00
jsl split up services into individual files 2011-02-15 11:01:53 -05:00
jstestdriver chore(jstd): upgrade JSTD to 1.3.3d 2012-01-19 10:38:26 -08:00
nodeserver chore(docs): use GAE and Google CDN for docs 2012-08-24 14:54:35 -07:00
showdown Use node's vm module instead of deprecated process.compile 2011-06-06 22:52:01 -07:00