init
This commit is contained in:
commit
9596dde0e4
14 changed files with 281 additions and 0 deletions
22
src/dune
Normal file
22
src/dune
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
(executable
|
||||
(public_name web_template)
|
||||
(name main)
|
||||
(libraries drame htmlit))
|
||||
|
||||
(rule
|
||||
(target assets.ml)
|
||||
(deps
|
||||
(source_tree assets))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain assets -o %{target}))))
|
||||
|
||||
(rule
|
||||
(target data.ml)
|
||||
(deps
|
||||
(source_tree data))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain data -o %{target}))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue