Show the runtime/build dependencies in the build page
This commit is contained in:
7
src/root/runtime-deps.tt
Normal file
7
src/root/runtime-deps.tt
Normal file
@@ -0,0 +1,7 @@
|
||||
[% PROCESS deps.tt %]
|
||||
|
||||
<div class="dep-tree">
|
||||
<ul class="tree">
|
||||
[% FOREACH node IN runtimeGraph; INCLUDE renderNode; END %]
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user