angular-cn/public/docs
Ward Bell 9671d99585 chore: update package.json files to latest pkg versions. Use ~ for Ng. (#2490)
closes #2488
2016-09-27 12:20:17 -07:00
..
_examples chore: update package.json files to latest pkg versions. Use ~ for Ng. (#2490) 2016-09-27 12:20:17 -07:00
_includes chore: more "angular2" to "angular" cleanup (#2417) 2016-09-20 11:37:16 +02:00
dart/latest chore: convert templateUrls to use moduleId where possible. (#2477) 2016-09-25 18:51:54 -07:00
js/latest docs(js/guide): don't use shredder & _data.json fixes (#2467) 2016-09-24 14:30:06 -07:00
ts docs(style-guide): Fix a couple typos 2016-09-27 12:03:42 -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 design(style): Restyle changes from Alex 2016-09-14 17:18:55 -07:00
index.jade chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07: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.