aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
index 7044b82..4a24689 100644
--- a/bin/dune
+++ b/bin/dune
@@ -20,3 +20,8 @@
(action (with-stdout-to %{null}
(run ocaml-crunch -m plain js_assets/ -o %{target}))))
+(rule
+ (target cssAssets.ml)
+ (deps (glob_files css_assets/**))
+ (action (with-stdout-to %{null}
+ (run ocaml-crunch -m plain css_assets/ -o %{target}))))