Skip to content

Commit

Permalink
docs: update additional_root_path docs (#2551)
Browse files Browse the repository at this point in the history
Adds additional note that the array digested is relative to the root of the repo
  • Loading branch information
Aghassi authored Apr 20, 2021
1 parent 94238f7 commit d938c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg_web/pkg_web.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _DOC = """Assembles a web application from source files."""

_ATTRS = dict(NODE_CONTEXT_ATTRS, **{
"additional_root_paths": attr.string_list(
doc = """Path prefixes to strip off all srcs, in addition to the current package. Longest wins.""",
doc = """Path prefixes to strip off all srcs relative to the root of the repo, in addition to the current package. Longest wins.""",
),
"srcs": attr.label_list(
allow_files = True,
Expand Down

0 comments on commit d938c3b

Please sign in to comment.