comparison mrjunejune/BUILD @ 193:9f4429c49733 hg-web

[HgWeb] Making progress....
author MrJuneJune <me@mrjunejune.com>
date Sun, 25 Jan 2026 20:04:55 -0800
parents 8cf4ec5e2191
children 90dfcef375fb
comparison
equal deleted inserted replaced
192:b818a4561a3c 193:9f4429c49733
28 dest = "src/public/highlight", 28 dest = "src/public/highlight",
29 ) 29 )
30 30
31 filegroup( 31 filegroup(
32 name = "public_files", 32 name = "public_files",
33 srcs = glob(["src/public/**"]), 33 srcs = glob(["src/public/*"]),
34 visibility = ["//visibility:public"],
35 )
36
37 filegroup(
38 name = "public_fonts_files",
39 srcs = glob(["src/public/fonts/*"]),
34 visibility = ["//visibility:public"], 40 visibility = ["//visibility:public"],
35 ) 41 )
36 42
37 filegroup( 43 filegroup(
38 name = "src_files", 44 name = "src_files",