@@ -8,6 +8,7 @@ Documents configuration tasks managed by [robo-config](https://github.com/blackf
88 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structnpm-default " >:open_file_folder : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structnpm-default " >` struct/#npm-default ` </a >
99 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structforce-gardener " >:clipboard : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structforce-gardener " >` struct/force-gardener ` </a >
1010 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structnpm-base " >:open_file_folder : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structnpm-base " >` struct/#npm-base ` </a >
11+ - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structtest-hot " >:clipboard : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structtest-hot " >` struct/test-hot ` </a >
1112 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structtemplate-readme " >:clipboard : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structtemplate-readme " >` struct/template-readme ` </a >
1213 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structtemplate-mocharc " >:clipboard : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structtemplate-mocharc " >` struct/template-mocharc ` </a >
1314 - <a name =" blackfluxrobo-config-plugin-task-idx-ref-structtemplate-index-test " >:clipboard : </a > <a href =" #blackfluxrobo-config-plugin-task-ref-structtemplate-index-test " >` struct/template-index-test ` </a >
@@ -88,6 +89,7 @@ Manage various configuration files for an open source npm package on github.
8889<code >├─  ; src</code ><br />
8990<code >│  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-srcindexjs " >index.js</a ></code ><br />
9091<code >└─  ; test</code ><br />
92+ <code >  ;  ;  ; ├─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testhotjs " >hot.js</a ></code ><br />
9193<code >  ;  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testindexspecjs " >index.spec.js</a ></code ><br />
9294 </ul >
9395 </td >
@@ -116,6 +118,7 @@ Manage various configuration files for an open source npm package on github.
116118 <td align =" left " valign =" top " >
117119 <ul >
118120 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-packagename " >packageName</a ></li >
121+ <li ><a href =" #blackfluxrobo-config-plugin-var-ref-nccenabled " >nccEnabled</a ></li >
119122 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-nodeversion " >nodeVersion</a ></li >
120123 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-repokey " >repoKey</a ></li >
121124 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-ownername " >ownerName</a ></li >
@@ -150,6 +153,7 @@ Manage basic project structure for npm package on github.
150153<code >├─  ; src</code ><br />
151154<code >│  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-srcindexjs " >index.js</a ></code ><br />
152155<code >└─  ; test</code ><br />
156+ <code >  ;  ;  ; ├─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testhotjs " >hot.js</a ></code ><br />
153157<code >  ;  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testindexspecjs " >index.spec.js</a ></code ><br />
154158 </ul >
155159 </td >
@@ -221,6 +225,7 @@ Manage basic project structure for npm package on github.
221225<code >├─  ; src</code ><br />
222226<code >│  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-srcindexjs " >index.js</a ></code ><br />
223227<code >└─  ; test</code ><br />
228+ <code >  ;  ;  ; ├─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testhotjs " >hot.js</a ></code ><br />
224229<code >  ;  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testindexspecjs " >index.spec.js</a ></code ><br />
225230 </ul >
226231 </td >
@@ -241,6 +246,35 @@ Manage basic project structure for npm package on github.
241246 </tbody >
242247</table >
243248
249+ ###### :clipboard : <a name =" blackfluxrobo-config-plugin-task-ref-structtest-hot " >struct/test-hot</a > (<a href =" #blackfluxrobo-config-plugin-task-idx-ref-structtest-hot " >` index ` </a >)
250+
251+ _ Updating <a href =" #blackfluxrobo-config-plugin-target-ref-testhotjs " >test/hot.js</a > using <a href =" #blackfluxrobo-config-plugin-strat-ref-overwrite " >overwrite</a >._
252+
253+ - Create custom loader file.
254+
255+ <table >
256+ <tbody >
257+ <tr>
258+ <th>Targets</th>
259+ <th>Requires</th>
260+ </tr>
261+ <tr>
262+ <td align="left" valign="top">
263+ <ul>
264+ <code >project</code ><br />
265+ <code >└─  ; test</code ><br />
266+ <code >  ;  ;  ; └─  ; <a href =" #blackfluxrobo-config-plugin-target-ref-testhotjs " >hot.js</a ></code ><br />
267+ </ul >
268+ </td >
269+ <td align =" left " valign =" top " >
270+ <ul >
271+ <li ><a href =" #blackfluxrobo-config-plugin-req-ref-javascript " >javascript</a ></li >
272+ </ul >
273+ </td >
274+ </tr >
275+ </tbody >
276+ </table >
277+
244278###### :clipboard : <a name =" blackfluxrobo-config-plugin-task-ref-structtemplate-readme " >struct/template-readme</a > (<a href =" #blackfluxrobo-config-plugin-task-idx-ref-structtemplate-readme " >` index ` </a >)
245279
246280_ Updating <a href =" #blackfluxrobo-config-plugin-target-ref-readmemd " >README.md</a > using <a href =" #blackfluxrobo-config-plugin-strat-ref-create-only " >create-only</a >._
@@ -465,6 +499,7 @@ Manage package.json for npm package on github.
465499 </td >
466500 <td align =" left " valign =" top " >
467501 <ul >
502+ <li ><a href =" #blackfluxrobo-config-plugin-var-ref-nccenabled " >nccEnabled</a ></li >
468503 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-nodeversion " >nodeVersion</a ></li >
469504 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-repokey " >repoKey</a ></li >
470505 <li ><a href =" #blackfluxrobo-config-plugin-var-ref-packagename " >packageName</a ></li >
@@ -485,6 +520,7 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-packagejson">package.
485520 <tr>
486521 <th>Targets</th>
487522 <th>Requires</th>
523+ <th>Variables</th>
488524 </tr>
489525 <tr>
490526 <td align="left" valign="top">
@@ -498,6 +534,11 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-packagejson">package.
498534 <li ><a href =" #blackfluxrobo-config-plugin-req-ref-javascript " >javascript</a ></li >
499535 </ul >
500536 </td >
537+ <td align =" left " valign =" top " >
538+ <ul >
539+ <li ><a href =" #blackfluxrobo-config-plugin-var-ref-nccenabled " >nccEnabled</a ></li >
540+ </ul >
541+ </td >
501542 </tr >
502543 </tbody >
503544</table >
@@ -1698,6 +1739,13 @@ Enables displaying of a status badge indicated whether the dependencies are outd
16981739The name of the project as published to npm.
16991740Note that for scoped packages the name can differ significantly from the repo name.
17001741
1742+ ### <a name =" blackfluxrobo-config-plugin-var-ref-nccenabled " >nccEnabled</a > : ` boolean `
1743+
1744+ * Enable ncc for service.*
1745+
1746+ Uses NCC to compile service.
1747+ Please ensure that the service still works after ncc compilation.
1748+
17011749### <a name =" blackfluxrobo-config-plugin-var-ref-nodeversion " >nodeVersion</a > : ` string `
17021750
17031751* The minimum node version targeted.*
@@ -1746,6 +1794,12 @@ The code owner is the gatekeeper of the project, ultimately responsible for all
17461794
17471795Execute all configured js-gardener tasks.
17481796
1797+ ### <a name =" blackfluxrobo-config-plugin-target-ref-testhotjs " >test/hot.js</a >
1798+
1799+ :small_blue_diamond : ` other `
1800+
1801+ * Custom loader to allow hot reloading of files for testing.*
1802+
17491803### <a name =" blackfluxrobo-config-plugin-target-ref-readmemd " >README.md</a > ([ ` link ` ] ( https://help.github.com/en/articles/about-readmes ) )
17501804
17511805:small_blue_diamond : ` nostruct `
0 commit comments