diff options
author | polwex <polwex@sortug.com> | 2025-07-18 19:07:53 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-18 19:07:53 +0700 |
commit | b41c9ec4a2cf26cea263e24145e23b7165cdd9f1 (patch) | |
tree | 8af04dc8e4859c8fc59a419cb990f9a96a5bccd9 /dune | |
parent | e1bc08ed2b35a9b9faf76fab8316aec4224782cb (diff) |
Diffstat (limited to 'dune')
-rw-r--r-- | dune | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +(rule + (target styles.css) + (deps + (glob_files_rec assets/*)) + (action + (bash "sh ~/code/ocaml/bs5/tailwind.sh"))) |