ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

more dead code

+1 -3
+1 -3
lib/frontend/Forest.ml
··· 270 270 let path = Eio.Path.(assets_dir / fname) in 271 271 let source = Eio.Path.native_exn path in 272 272 Eio_util.copy_to_dir ~env ~cwd ~source ~dest_dir:"build"; 273 - Eio_util.copy_to_dir ~env ~cwd ~source ~dest_dir:"output"; 274 - Eio_util.copy_to_dir ~env ~cwd ~source ~dest_dir:"latex" 273 + Eio_util.copy_to_dir ~env ~cwd ~source ~dest_dir:"output" 275 274 276 275 let copy_resources ~env = 277 276 let cwd = Eio.Stdenv.cwd env in ··· 295 294 296 295 Eio_util.ensure_dir @@ Eio.Path.(cwd / "build"); 297 296 Eio_util.ensure_dir_path cwd ["output"; "resources"]; 298 - Eio_util.ensure_dir_path cwd ["latex"; "resources"]; 299 297 300 298 run_renderer ~cfg forest @@ fun () -> 301 299 forest.trees