avoid distributing BUILD.bazel in js/vendor
This commit is contained in:
parent
d01391b40d
commit
6d596c8fc9
2
qt/aqt/data/web/js/vendor/BUILD.bazel
vendored
2
qt/aqt/data/web/js/vendor/BUILD.bazel
vendored
@ -1,5 +1,5 @@
|
||||
filegroup(
|
||||
name = "vendor",
|
||||
srcs = glob(["**"]) + ["//qt/aqt/data/web/js/vendor/mathjax"],
|
||||
srcs = glob(["*.js"]) + ["//qt/aqt/data/web/js/vendor/mathjax"],
|
||||
visibility = ["//qt:__subpackages__"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user