blob: 0a984cb041b1e0aa315a41413b7a1b232f2644c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(rule
(targets static.ml)
(deps (source_tree ./))
(action
(setenv OCAMLRUNPARAM "b"
(run %{bin:ocaml-crunch} --mode=plain -o static.ml -e css -e svg -e png -e jpg -e ttf ./))
))
(library (name assets)
(modules assets))
|