Skip to content

Commit

Permalink
avoid distributing BUILD.bazel in js/vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Dec 12, 2020
1 parent d01391b commit 6d596c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/aqt/data/web/js/vendor/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -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__"],
)

0 comments on commit 6d596c8

Please sign in to comment.