add default/assets/
This commit is contained in:
parent
a6a80b3dcf
commit
25edf21156
13 changed files with 35 additions and 37 deletions
4
src/dune
4
src/dune
|
|
@ -37,8 +37,8 @@
|
|||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
(source_tree ../data/assets/))
|
||||
(source_tree ../assets))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain ../data/assets -o %{target}))))
|
||||
(run ocaml-crunch -m plain ../assets -o %{target}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue