remove plants :(
This commit is contained in:
parent
77ed1f483f
commit
56e0e02a7b
10 changed files with 12 additions and 426 deletions
18
src/dune
18
src/dune
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue