2022-04-05 16:33:14 +02:00
|
|
|
(executable
|
2025-02-06 01:28:39 +01:00
|
|
|
(name script)
|
|
|
|
|
(modules script)
|
|
|
|
|
(libraries brr leaflet)
|
|
|
|
|
(modes js))
|
|
|
|
|
|
|
|
|
|
(executable
|
|
|
|
|
(name server)
|
|
|
|
|
(modules content server css_path mysites)
|
|
|
|
|
(libraries dune-site tiny_httpd))
|
2024-02-08 15:58:52 +01:00
|
|
|
|
|
|
|
|
(generate_sites_module
|
|
|
|
|
(module mysites)
|
|
|
|
|
(sites leaflet))
|
|
|
|
|
|
2025-02-06 01:28:39 +01:00
|
|
|
(rule
|
|
|
|
|
(with-stdout-to
|
|
|
|
|
content.ml
|
|
|
|
|
(progn
|
|
|
|
|
(echo "let index_html = {|")
|
|
|
|
|
(cat index.html)
|
|
|
|
|
(echo "|}")
|
|
|
|
|
(echo "let script_js = {|")
|
|
|
|
|
(cat script.bc.js)
|
|
|
|
|
(echo "|}"))))
|