summaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-28 03:10:47 +0700
committerpolwex <polwex@sortug.com>2025-06-28 03:10:47 +0700
commit5bd56c54095a772cf14aae82389bf104338d7ac8 (patch)
tree4f0daa15b7cc08b5de20e7fb96e3ce6752e971dd /dune
parentb25e9fcf3644d28c61a0af05f5a9d0fc0345449c (diff)
fucking dune man
Diffstat (limited to 'dune')
-rw-r--r--dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/dune b/dune
new file mode 100644
index 0000000..509d512
--- /dev/null
+++ b/dune
@@ -0,0 +1,6 @@
+(rule
+ (target styles.css)
+ (deps
+ (glob_files_rec assets/*))
+ (action
+ (bash "sh tailwind.sh")))