anki/qt/aqt/data/web/js/vendor/mathjax/BUILD.bazel
Damien Elmes 5ec5a47708 merge separate vendor rules into single rule
Rather than creating a separate rule for each package, we can just
create a generic one and reuse it. Also switch to keyword arguments
in the resulting macros, as it's easier to read.
2021-01-02 11:14:00 +10:00

4 lines
72 B
Python

load("//ts:vendor.bzl", "copy_mathjax")
copy_mathjax(name = "mathjax")