Mercurial
diff mrjunejune/BUILD @ 83:49b611c808e7
Linked React games to mrjunejune pages.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 12:56:14 -0800 |
| parents | 75de5903355c |
| children | bcc76a156aea |
line wrap: on
line diff
--- a/mrjunejune/BUILD Thu Jan 01 12:45:22 2026 -0800 +++ b/mrjunejune/BUILD Thu Jan 01 12:56:14 2026 -0800 @@ -4,17 +4,25 @@ load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle") move_files_into_dir( + name = "compiled_ts_games", + srcs = [ + "//react_games:games" + ], + dest = "pages/games", +) + +move_files_into_dir( name = "compiled_ts", srcs = [ "//playground:hello", - "//markdown_converter:markdown_to_html" + "//markdown_converter:markdown_to_html", ], dest = "pages", ) filegroup( name = "pages_files", - srcs = glob(["pages/**"]) + [":compiled_ts"], + srcs = glob(["pages/**"]) + [":compiled_ts", ":compiled_ts_games"], ) cc_binary(