Show the runtime/build dependencies in the build page

This commit is contained in:
Eelco Dolstra
2013-02-20 17:58:27 +01:00
parent 11c09e4c5c
commit 36a1015444
6 changed files with 59 additions and 56 deletions

7
src/root/build-deps.tt Normal file
View File

@@ -0,0 +1,7 @@
[% PROCESS deps.tt %]
<div class="dep-tree">
<ul class="tree">
[% INCLUDE renderNode node=buildTimeGraph %]
</ul>
</div>