angular-cn/aio/transforms/authors-package
Peter Bacon Darwin 58f080a325 build(aio): add `doc-watch` yarn task for docs authors
This task is suitable for day to day docs authoring.

This task cuts corners, which makes it much faster than a full `yarn docs`
run but it does not produce completely valid output.
In general this isgood enough for authors to see their changes as they make them.

The task is triggered by a call to

```
yarn docs-watch
```

This sets up watchers on the `aio/contents` and `packages` folders.
Any changes to files below these folders new doc generation run to start.
The input to the generation is confined to a collection of files related
to the changed file. For example:

* a change to a file in `aio/content/marketing` will generate all the
marketing files.
* a change to a file in `aio/content/tutorial` or `aio/examples/toh-*`
will generate all the tutorial files (and their embedded examples).
* a change to a file in `aio/guide` or `aio/examples` (but not a `toh-`
example) will generate the appropriate guide and its embedded examples
* a change to a file in `packages` or `packages/examples` will generate
the appropriate API doc and its embedded examples.

Be aware that the mapping between docs and its examples are based on doc file
and example folder structure being equivalent. Sometimes a doc will reference
an example in a different folder, in which case the generated doc will be
inaccurate. Mostly this is not a big problem.
2017-04-16 20:56:10 +01:00
..
api-package.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
base-package.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
guide-package.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
index.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
index.spec.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
marketing-package.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
tutorial-package.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00
watchr.js build(aio): add `doc-watch` yarn task for docs authors 2017-04-16 20:56:10 +01:00