angular-cn/public/docs
Ward Bell 513e919be5 docs(comp comm cookbook): add #localvar alternative for parent calling child
also fixes glossary decorator-flag bug
2016-03-07 14:12:48 -08:00
..
_examples docs(comp comm cookbook): add #localvar alternative for parent calling child 2016-03-07 14:12:48 -08:00
_includes docs: simplify left nav selection/scroll 2016-03-04 23:54:44 -08:00
dart/latest docs: simplify left nav selection/scroll 2016-03-04 23:54:44 -08:00
js/latest docs: simplify left nav selection/scroll 2016-03-04 23:54:44 -08:00
ts/latest docs(comp comm cookbook): add #localvar alternative for parent calling child 2016-03-07 14:12:48 -08:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json added alerts style 2015-03-04 05:21:10 -08:00
_layout.jade docs: left nav is driven by _data.json files 2016-03-04 19:54:27 -08:00
index.jade ordered guide 2015-04-16 07:24:28 -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.