aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-06-22 19:05:04 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-06-22 19:05:04 +0200
commit5ce1244ee92e6681659b3a20288b2c7c2dc6f736 (patch)
treeee66c22b1caa65496c8e38d3098be2646d9fd3a7
parenteec8622f3a195553c9888949b8f53ae306bb7a35 (diff)
Added the css rule in 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}))))