basic static files w/ crunch
This commit is contained in:
parent
abec80c2e1
commit
b96c671e01
5 changed files with 37 additions and 8 deletions
10
src/dune
10
src/dune
|
|
@ -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}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue