summaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-18 19:07:53 +0700
committerpolwex <polwex@sortug.com>2025-07-18 19:07:53 +0700
commitb41c9ec4a2cf26cea263e24145e23b7165cdd9f1 (patch)
tree8af04dc8e4859c8fc59a419cb990f9a96a5bccd9 /dune
parente1bc08ed2b35a9b9faf76fab8316aec4224782cb (diff)
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")))