-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: package material api docs into npm package #14508
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: package material api docs into npm package #14508
Conversation
# it's own entry-point. TODO(devversion): Support sub API docs for entry-points | ||
if package_name == "material": | ||
expected_outputs += [ | ||
ctx.actions.declare_file("%s/%s-%s.html" % (output_dir_name, package_name, "ripple")) |
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.
@jelbourn I didn't bother too much about it (yet), because I want to get this going now. I will follow-up on this later as a low priority.
8825bfd
to
4339219
Compare
@jelbourn This would be ready for review. I have some plans to reduce the Bazel arguments overhead, but I want to address this in a follow-up if that's okay. |
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
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. |
No description provided.