summaryrefslogtreecommitdiff
path: root/editor/dune
blob: 8f2e3d107b8cb84fcb8769f33756b534139c081d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(executable
 (name editor)
 (libraries 
   brr
   brr.note
   elements
   js_lib
   prosemirror
   blog
   application
   state
   plugins
   forms
   actions
   )
 (modes js)
 (preprocess (pps js_of_ocaml-ppx))
 (link_flags (:standard -no-check-prims))
 )

(rule
  (targets editor.js)
  (deps editor.bc.js)
  (action (copy %{deps} %{targets})))