angular/aio/tools/cli-patches
Derek Cormier 076c932497 build(bazel): patch architect to not clear output
Otherwise a failed build requires looking in the command log for the
error.
2022-11-22 13:51:16 -07:00
..
bazel-architect-output.patch build(bazel): patch architect to not clear output 2022-11-22 13:51:16 -07:00
patch.js build(docs-infra): improve applying post-install patches (#37896) 2020-07-06 13:56:15 -07:00
README.md build(bazel): patch architect to not clear output 2022-11-22 13:51:16 -07:00

Overview

The AIO application is built using the Angular CLI tool. We are often trialling new features for the CLI, which we apply to the library after it is installed. This folder contains git patch files that contain these new features and a utility to apply those patches to the CLI library.

Patches

  1. bazel-architect-output.patch - Patch architect to not clear the console before reporting the result of an operation. This makes it easier when working in bazel so that the cause of build and test errors can be seen in the console without needing to search through the command or test logs.