summaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
Diffstat (limited to 'dune')
-rw-r--r--dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/dune b/dune
index e69de29..98d0c1e 100644
--- a/dune
+++ b/dune
@@ -0,0 +1,6 @@
+(rule
+ (target styles.css)
+ (deps
+ (glob_files_rec assets/*))
+ (action
+ (bash "sh ~/code/ocaml/bs5/tailwind.sh")))