Mercurial
comparison mrjunejune/BUILD @ 176:fed99fc04e12 hg-web
[HgWeb] Problem with the emscript lol
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 21 Jan 2026 19:32:08 -0800 |
| parents | 295ac2e5ec00 |
| children | 8cf4ec5e2191 |
comparison
equal
deleted
inserted
replaced
| 175:71ad34a8bc9a | 176:fed99fc04e12 |
|---|---|
| 23 name = "shared_js_file", | 23 name = "shared_js_file", |
| 24 srcs = [ | 24 srcs = [ |
| 25 "//third_party/highlight:js", | 25 "//third_party/highlight:js", |
| 26 ], | 26 ], |
| 27 dest = "src/public/highlight", | 27 dest = "src/public/highlight", |
| 28 ) | |
| 29 | |
| 30 filegroup( | |
| 31 name = "public_files", | |
| 32 srcs = glob(["src/public/**"]), | |
| 33 visibility = ["//visibility:public"], | |
| 28 ) | 34 ) |
| 29 | 35 |
| 30 filegroup( | 36 filegroup( |
| 31 name = "src_files", | 37 name = "src_files", |
| 32 srcs = glob(["src/**"]) + [":react_pages", ":shared_js_non_public", "shared_js_file"], | 38 srcs = glob(["src/**"]) + [":react_pages", ":shared_js_non_public", "shared_js_file"], |