We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947f5f5 commit cb0241bCopy full SHA for cb0241b
1 file changed
blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html
@@ -44,10 +44,13 @@
44
console.log('node-gyp-always-on-top.html');
45
46
var project;
47
+ var min;
48
+
49
50
async function ready(){
51
debug('ready');
52
project = mod['project'];
53
+ min = mod['min-project'];
54
55
initdom(document.body);
56
@@ -64,6 +67,18 @@
64
67
var ndata = project.build(data);
65
68
project.display(ndata,{});
66
69
70
71
+ var data = {
72
+ 'always-on-top' : {
73
+ 'always-on-top.js' : null,
74
+ 'always-on-top.node' : null,
75
+ }
76
+ };
77
78
+ var ndata = min.build(data);
79
+ min.display(ndata,{});
80
81
82
}//init
83
84
@@ -462,6 +477,9 @@ <h1 slot=title>
462
477
</div>
463
478
464
479
480
+ <dir-tree component id=min-project></dir-tree>
481
482
465
483
466
484
467
485
<log-mod component></log-mod>
0 commit comments