remove plants :(

This commit is contained in:
Swrup 2022-01-18 00:12:03 +01:00
parent f754126567
commit 70b34515f8
10 changed files with 12 additions and 426 deletions

View file

@ -5,7 +5,6 @@
thread_page
babillard
babillard_page
plants_page
db
app
content
@ -30,16 +29,6 @@
(preprocess
(pps lwt_ppx)))
(executable
(name js_plant_map)
(modules js_plant_map)
(libraries js_of_ocaml brr)
(modes js)
(js_of_ocaml
(javascript_files leaflet/leaflet.js))
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_babillard)
(modules js_babillard)
@ -106,12 +95,6 @@
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets plants_page.ml)
(deps plants_page.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets user_profile.ml)
(deps user_profile.eml.html)
@ -122,7 +105,6 @@
(target content.ml)
(deps
(source_tree content)
(file content/assets/js/js_plant_map.js)
(file content/assets/js/js_babillard.js)
(file content/assets/js/js_newthread.js)
(file content/assets/js/js_thread.js))