comparison mrjunejune/BUILD @ 64:a30944e5719e

Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 15:18:46 -0800
parents fb9bcd3145cb
children 6626ec933933
comparison
equal deleted inserted replaced
63:fff1b048dda6 64:a30944e5719e
5 5
6 move_files_into_dir( 6 move_files_into_dir(
7 name = "compiled_ts", 7 name = "compiled_ts",
8 srcs = [ 8 srcs = [
9 "//playground:hello", 9 "//playground:hello",
10 "//markdown_converter:markdown_to_html"
10 ], 11 ],
11 dest = "pages", 12 dest = "pages",
12 ) 13 )
13 14
14 filegroup( 15 filegroup(