angular-cn/public/docs
Ward Bell ab6d362650 docs(dependency injection): minor tweaks
closes #755
2016-01-26 02:54:53 -08:00
..
_examples docs(dependency injection): minor tweaks 2016-01-26 02:54:53 -08:00
_includes chore: fix error with doc-shredder not recognizing missing json fragment files. 2016-01-09 13:27:38 -08:00
dart/latest docs(guide): add placeholders for missing Dart chapters 2016-01-25 15:47:09 -08:00
js/latest docs(quickstart): JS IE Polyfill; change ES6->ES2015 2016-01-17 22:33:14 -08:00
ts/latest docs(dependency injection): minor tweaks 2016-01-26 02:54:53 -08:00
README.md
_data.json
_layout.jade Fix typos in Forms & DI chapters; add links in testing docs 2015-11-23 17:03:06 -08:00
index.jade
styleguide.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.