blob: b9477f447299345c53b7eca17fc52564a6dfa327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
(executable
(name content)
(libraries
brr
note
note.brr
operators
services_impl
js_handler
brr_string
)
(modes js)
(preprocess (pps js_of_ocaml-ppx))
(link_flags (:standard -no-check-prims))
(js_of_ocaml (flags :standard --opt 3 --target-env browser --disable genprim --disable debugger))
)
(rule
(targets content.js)
(deps content.bc.js)
(action (copy %{deps} %{targets})))
|