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
66
66
metadata:
67
67
name: generateMarkdownFiles
68
68
task:
69
- path: generateMarkdownFiles.js
69
+ path: lib/tasks/ generateMarkdownFiles.js
70
70
` ` `
71
71
72
- **`generateMarkdownFiles.js`**:
72
+ **`lib/tasks/ generateMarkdownFiles.js`**:
73
73
` ` ` js
74
74
const markdownGenerator = require("./markdownGenerator");
75
75
@@ -105,14 +105,14 @@ builder:
105
105
afterTask: uglify
106
106
configuration:
107
107
color: blue
108
- ----
108
+ ---
109
109
specVersion: "0.1"
110
110
kind: extension
111
111
type: task
112
112
metadata:
113
113
name: generateMarkdownFiles
114
114
task:
115
- path: generateMarkdownFiles.js
115
+ path: lib/tasks/ generateMarkdownFiles.js
116
116
` ` `
117
117
118
118
In 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