We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64f272 commit 1540010Copy full SHA for 1540010
1 file changed
blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html
@@ -451,16 +451,24 @@ <h1 slot=title>
451
</p>
452
453
<p>
454
- no errors? run the tool
+ no errors? the node-gyp build command essentially generates a file
455
456
<code>
457
458
- node always-on-top.js
+ build/releases/always-on-top.node
459
460
</code>
461
462
+ run the tool
463
+
464
+ <code>
465
466
+ node always-on-top.js
467
468
+ </code>
469
470
471
472
</div>
473
474
@@ -480,6 +488,7 @@ <h1 slot=title>
480
488
<dir-tree component id=min-project></dir-tree>
481
489
482
490
491
+ <web-editor component id=cpp src='ex/always-on-top-min.js' fullsize></web-editor>
483
492
484
493
485
494
<log-mod component></log-mod>
0 commit comments