File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ type: task
6666metadata:
6767 name: generateMarkdownFiles
6868task:
69- path: generateMarkdownFiles.js
69+ path: lib/tasks/ generateMarkdownFiles.js
7070` ` `
7171
72- **`generateMarkdownFiles.js`**:
72+ **`lib/tasks/ generateMarkdownFiles.js`**:
7373` ` ` js
7474const markdownGenerator = require("./markdownGenerator");
7575
@@ -105,14 +105,14 @@ builder:
105105 afterTask: uglify
106106 configuration:
107107 color: blue
108- ----
108+ ---
109109specVersion: "0.1"
110110kind: extension
111111type: task
112112metadata:
113113 name: generateMarkdownFiles
114114task:
115- path: generateMarkdownFiles.js
115+ path: lib/tasks/ generateMarkdownFiles.js
116116` ` `
117117
118118In this case the extension is no dependency of any kind but automatically collected and processed with the processing of the project.
You can’t perform that action at this time.
0 commit comments