Skip to content

Commit cb0241b

Browse files
save file
1 parent 947f5f5 commit cb0241b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@
4444
console.log('node-gyp-always-on-top.html');
4545

4646
var project;
47+
var min;
48+
4749

4850
async function ready(){
4951
debug('ready');
5052
project = mod['project'];
53+
min = mod['min-project'];
5154

5255
initdom(document.body);
5356

@@ -64,6 +67,18 @@
6467
var ndata = project.build(data);
6568
project.display(ndata,{});
6669

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+
6782
}//init
6883

6984

@@ -462,6 +477,9 @@ <h1 slot=title>
462477
</div>
463478

464479

480+
<dir-tree component id=min-project></dir-tree>
481+
482+
465483

466484

467485
<log-mod component></log-mod>

0 commit comments

Comments
 (0)