angular-cn/public/docs
Justin Santa Barbara 1010034249 docs(http): fix typo: send the server -> send the error
Closes #868
2016-02-21 23:16:23 -08:00
..
_examples docs(http): fix typo: send the server -> send the error 2016-02-21 23:16:23 -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(template syntax): improvements based on review feedback Feb 16 2016-02-19 00:38:17 -08:00
js/latest chore(devguide/ts): to beta.6 + typings + related doc updates 2016-02-12 00:56:22 -08:00
ts/latest docs(architecture): "clicks" typo in the component section 2016-02-21 23:12:51 -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 Fix typos in Forms & DI chapters; add links in testing docs 2015-11-23 17:03:06 -08:00
index.jade ordered guide 2015-04-16 07:24:28 -07:00
styleguide.jade hide side nag for now 2015-04-13 05:46:14 -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.