summaryrefslogtreecommitdiff
path: root/dune
blob: 98d0c1eead3054754cdc50735c6001b26b2721ca (plain)
1
2
3
4
5
6
(rule
 (target styles.css)
 (deps
  (glob_files_rec assets/*))
 (action
  (bash "sh ~/code/ocaml/bs5/tailwind.sh")))