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