change thread_view to a thread_preview with link

This commit is contained in:
Swrup 2022-01-09 11:28:18 +01:00
parent 0ad247c4be
commit 7330594dbf
12 changed files with 263 additions and 242 deletions

View file

@ -8,10 +8,19 @@
(cat ../../../js_plant_map.bc.js))))
(rule
(target js_thread_map.js)
(target js_babillard.js)
(deps
(file ../../../js_thread_map.bc.js))
(file ../../../js_babillard.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../js_thread_map.bc.js))))
(cat ../../../js_babillard.bc.js))))
(rule
(target js_thread.js)
(deps
(file ../../../js_thread.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../js_thread.bc.js))))