George Kalpakas
3232125650
build(aio): remove unnecessary --
from yarn commands ( #19565 )
...
Essentially backports ffceae0a0 and f7199aa8c to 4.4.x.
PR Close #19565
2017-10-11 13:26:07 -07:00
Peter Bacon Darwin
5b96fb9320
build(aio): rename src/content
to src/generated
...
This commit will definitely require a clean up of your
working folder:
```
cd aio
git clean -xdf
yarn setup
```
2017-05-03 13:40:46 -07:00
Peter Bacon Darwin
ce687550ae
build(aio): run docs
before docs-watch
( #16213 )
...
This helps to ensure that the full docs have been
generated before we begin watching.
You can disable this by providing the `--watch-only`
flag. E.g. `yarn docs-watch -- --watch-only`.
2017-04-20 22:16:16 -05:00
Peter Bacon Darwin
abecf3eb6d
build(aio): move the transforms
folder into the tools
folder
2017-04-16 22:05:23 +01:00