angular-cn/public/docs
Adam d26afa90fd docs(toh-6): Move styles from sample.css to heroes.component.css
closes #1751
Move additional styles from `sample.css` to `hero-search.component.css`.
Edit tutorial to reflect the removal of `sample.css` and the change to `heroes.component.css`.
Edit tutorial to reflect the addition of `hero-search.component.css` file.
Edit `hero-search.component.ts` to include styles from `hero-search.component.css`.
Remove reference to `/public/docs/_examples/toh-6/ts/sample.css` from `/public/docs/_examples/toh-6/ts/index.html`.
2016-08-05 16:45:53 -07:00
..
_examples docs(toh-6): Move styles from sample.css to heroes.component.css 2016-08-05 16:45:53 -07:00
_includes style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07:00
dart/latest docs(glossary/dart): recover content (#2037) 2016-08-05 12:13:29 -07:00
js/latest chore(examples): Updated live example links to use helper directive 2016-08-05 16:41:45 -07:00
ts/latest docs(toh-6): Move styles from sample.css to heroes.component.css 2016-08-05 16:45:53 -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-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 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.