angular-cn/aio/tools/examples/shared
George Kalpakas f6052a915d build(docs-infra): simplify update workflow for CLI-based docs examples boilerplate (#38992)
When updating the boilerplate for CLI-based docs examples, one needed to
install dependencies inside the
`aio/tools/examples/shared/boilerplate/cli/` directory, which resulted
in a `node_modules/` directory and a `yarn.lock` file. These were not
supposed to be part of the boilerplate, so they had to be manually
removed after the boilerplate was updated.

This commit simplifies the workflow by allowing boilerplate files to be
ignored (both by git and the `example-boilerplate.js` script) via a
`.gitignore` file. This way, it is no longer necessary to manually
remove the unneeded directories/files.

PR Close #38992
2020-09-30 09:20:00 -04:00
..
boilerplate build(docs-infra): simplify update workflow for CLI-based docs examples boilerplate (#38992) 2020-09-30 09:20:00 -04:00
package.json build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00
protractor.config.js build(docs-infra): use `puppeteer` to get a browser for docs examples tests (#35381) 2020-02-18 12:42:47 -08:00
tsconfig.json build: remove skipLibCheck from AIO examples (#37128) 2020-05-15 10:05:26 -07:00
yarn.lock build(docs-infra): update docs examples to Angular v10 (#38993) 2020-09-28 16:24:59 -04:00