Mercurial
comparison mrjunejune/BUILD @ 195:f8f5004a920a
Merging back hg-web-tip
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 27 Jan 2026 06:51:44 -0800 |
| parents | 9f4429c49733 |
| children | 90dfcef375fb |
comparison
equal
deleted
inserted
replaced
| 189:14cc84ba35a0 | 195:f8f5004a920a |
|---|---|
| 24 name = "shared_js_file", | 24 name = "shared_js_file", |
| 25 srcs = [ | 25 srcs = [ |
| 26 "//third_party/highlight:js", | 26 "//third_party/highlight:js", |
| 27 ], | 27 ], |
| 28 dest = "src/public/highlight", | 28 dest = "src/public/highlight", |
| 29 ) | |
| 30 | |
| 31 filegroup( | |
| 32 name = "public_files", | |
| 33 srcs = glob(["src/public/*"]), | |
| 34 visibility = ["//visibility:public"], | |
| 35 ) | |
| 36 | |
| 37 filegroup( | |
| 38 name = "public_fonts_files", | |
| 39 srcs = glob(["src/public/fonts/*"]), | |
| 40 visibility = ["//visibility:public"], | |
| 29 ) | 41 ) |
| 30 | 42 |
| 31 filegroup( | 43 filegroup( |
| 32 name = "src_files", | 44 name = "src_files", |
| 33 srcs = glob(["src/**"]) + [":react_pages", ":shared_js_non_public", "shared_js_file"], | 45 srcs = glob(["src/**"]) + [":react_pages", ":shared_js_non_public", "shared_js_file"], |