basic static files w/ crunch

This commit is contained in:
Swrup 2025-09-13 19:32:30 +02:00
parent abec80c2e1
commit b96c671e01
5 changed files with 37 additions and 8 deletions

View file

@ -1,4 +1,14 @@
(executable
(public_name mte)
(name mte)
(modules assets mte config)
(libraries vif fmt jsont))
(rule
(target assets.ml)
(deps
(source_tree assets))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain assets -o %{target}))))