aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: 45acd3f088476c213b9fef148e3832c8bb580de8 (plain)
1
(lang dune 2.7)
ariable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
(executable
 (name editor)
 (libraries 
   brr
   brr.note
   elements
   prosemirror
   blog
   )
 (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})))