change thread_view to a thread_preview with link
This commit is contained in:
parent
cc13eb6ed3
commit
a6f1c10113
12 changed files with 263 additions and 242 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue