This commit is contained in:
zapashcanon 2021-12-06 19:44:27 +01:00
parent ce759a4206
commit cf79791e8e
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
11 changed files with 736 additions and 3 deletions

View file

@ -13,6 +13,16 @@
(preprocess
(pps lwt_ppx)))
(executable
(name map)
(modules map)
(libraries js_of_ocaml brr)
(modes js)
(js_of_ocaml
(javascript_files leaflet/leaflet.js))
(preprocess
(pps js_of_ocaml-ppx)))
(rule
(targets template.ml)
(deps template.eml.html)
@ -40,7 +50,8 @@
(rule
(target content.ml)
(deps
(source_tree content))
(source_tree content)
(file content/assets/js/map.js))
(action
(with-stdout-to
%{null}