add assets.ml
This commit is contained in:
parent
2eb42f51cc
commit
2828e171aa
11 changed files with 212 additions and 169 deletions
4
src/dune
4
src/dune
|
|
@ -1,11 +1,11 @@
|
|||
(executable
|
||||
(public_name mte)
|
||||
(name mte)
|
||||
(modules assets mte config syntax)
|
||||
(modules assets assets_crunch mte config util syntax)
|
||||
(libraries vif fmt jsont cohttp))
|
||||
|
||||
(rule
|
||||
(target assets.ml)
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
(source_tree assets))
|
||||
(action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue