diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:09:34 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:09:34 -0600 |
commit | 82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c (patch) | |
tree | f52f3b93b4da00a69a7fee61fc8e9d1ea6c3b2dc /assets/dune | |
parent | eacb0f2e62b3a713083be9cc15b8af41fac2d6af (diff) | |
download | wormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.tar.gz wormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.tar.bz2 wormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.zip |
Fix assets
Diffstat (limited to 'assets/dune')
-rw-r--r-- | assets/dune | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/dune b/assets/dune index 0a984cb..6c59bf7 100644 --- a/assets/dune +++ b/assets/dune @@ -1,9 +1,9 @@ (rule - (targets static.ml) + (targets assets.ml) (deps (source_tree ./)) (action (setenv OCAMLRUNPARAM "b" - (run %{bin:ocaml-crunch} --mode=plain -o static.ml -e css -e svg -e png -e jpg -e ttf ./)) + (run %{bin:ocaml-crunch} --mode=plain -o assets.ml -e css -e svg -e png -e jpg -e ttf ./)) )) (library (name assets) |