mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
avoid distributing BUILD.bazel in js/vendor
This commit is contained in:
parent
d01391b40d
commit
6d596c8fc9
1 changed files with 1 additions and 1 deletions
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(
|
filegroup(
|
||||||
name = "vendor",
|
name = "vendor",
|
||||||
srcs = glob(["**"]) + ["//qt/aqt/data/web/js/vendor/mathjax"],
|
srcs = glob(["*.js"]) + ["//qt/aqt/data/web/js/vendor/mathjax"],
|
||||||
visibility = ["//qt:__subpackages__"],
|
visibility = ["//qt:__subpackages__"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue