-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: transform guide markdown files with bazel #14103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: transform guide markdown files with bazel #14103
Conversation
* Initial implementation of a rule that can transform markdown files to the equivalent HTML output. This is the foundation for packaging the guides into the `//src/material-examples` package (see: angular#13454)
e6c4978 to
effeb6b
Compare
|
|
||
| # TODO(jelbourn): Update this command to run all tests if the Bazel issues have been fixed. | ||
| - run: bazel build src/... | ||
| - run: bazel test src/... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I don't want to build everything that is also outside of src. Running with //... seems to break our CI build, so I'll try to revisit that in a follow-up
8b0ee05 to
14fd45f
Compare
jelbourn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* build: transform guide markdown files with bazel * Initial implementation of a rule that can transform markdown files to the equivalent HTML output. This is the foundation for packaging the guides into the `//src/material-examples` package (see: #13454) * Address feedback
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
//src/material-examplespackage (see: Package docs content into an npm package #13454)