mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00

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.
3 lines
72 B
Text
3 lines
72 B
Text
load("//ts:vendor.bzl", "copy_mathjax")
|
|
|
|
copy_mathjax(name = "mathjax")
|