angular-cn/public/docs
Patrice Chalin e8f84cfc04 test(e2e/dart): enable Basics chapter e2e testing (#1524) 2016-05-25 13:12:36 -07:00
..
_examples test(e2e/dart): enable Basics chapter e2e testing (#1524) 2016-05-25 13:12:36 -07:00
_includes docs(typings): update typings chapter + update lingering old package references 2016-05-21 16:26:54 -07:00
dart/latest chore(dart/_util-fns): make adjustTsExamplePath4Dart idempotent (#1515) 2016-05-25 11:43:06 -07:00
js/latest docs(cheatsheet): remove outdated beta warning 2016-05-22 19:56:38 -07:00
ts/latest docs: Fix typo (#1504) 2016-05-25 12:17:02 +01: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 feat(shorter lines): encapsulate all doc guides within a 10 sized column, including banners. Use showcase. Adjust for mobile 2016-05-16 15:40:32 -04: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.