angular-docs-cn/public/docs
Thomas Shafer b669e30187 docs(toh-4): change var keyword to const for HEROES constant
closes #1858
HEROES is a `const` and is defined as a `const` originally: https://github.com/angular/angular.io/blob/master/public/docs/_examples/toh-2/ts/app/app.component.ts#L10
2016-07-11 22:07:41 -07:00
..
_examples docs(toh-4): change var keyword to const for HEROES constant 2016-07-11 22:07:41 -07:00
_includes style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
dart/latest docs(all): link cleanup - broken and outdated 2016-07-11 21:50:07 -07:00
js/latest docs(all): link cleanup - broken and outdated 2016-07-11 21:50:07 -07:00
ts/latest docs(router): fix broken links in router chapters 2016-07-11 21:57:15 -07:00
ImageGuide.pdf style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08:00
_layout.jade docs: align badges vertically within their container, remove shadow from content area 2016-05-26 09:22:25 -07:00
index.jade docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08:00

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.