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