Bob task loading module.
Handles loading and parsing of task configuration files.
Methods
(inner) load(taskNames:, dir:, cb:)
Load Bob task configuration files in parallel.
Only task files in specified taskNames will be loaded.
Parameters:
| Name | Type | Description |
|---|---|---|
taskNames: |
Array
|
an array of task names |
dir: |
String
|
base directory where task files are located |
cb: |
function
|
standard cb(err, result) callback |