angular-docs-cn/public/docs
Ward Bell 82539b69cb chore: replace BaseException with new Error (#2205)
because BaseException removed from A2 public api
2016-08-26 13:00:23 -07:00
..
_examples chore: replace BaseException with new Error (#2205) 2016-08-26 13:00:23 -07:00
_includes style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
dart/latest chore: better compression of images using zopfli 2016-08-26 10:19:12 -07:00
js/latest docs(ngmodule): fixes for defects discovered by John Papa (#2197) 2016-08-25 19:12:15 -07:00
ts docs(ngmodule): improved NgModule summary description 2016-08-26 12:38:15 -07:00
ImageGuide.pdf style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
README.md
_data.json
_layout-dart-api.jade docs(api/dart): add support for generation and display (#1888) 2016-07-15 14:10:12 -07:00
_layout.jade docs(api/dart): add support for generation and display (#1888) 2016-07-15 14:10:12 -07:00
index.jade

README.md

Why the _fragments dir is checked in

Within this repo files generated as a result of shredding the _examples dir ( the contents of the _fragments dir) are checked in so that we can avoid running the shredder over the entire _examples dir each time someone refreshes the repo ( the shred-full gulp task). The gulp serve-and-watch shredder is only a partial shredder. It only shreds files in directories changed during the current session.