Bob configuration loading module.
Handles loading and filtering of Bob configuration files.
Methods
(inner) load(taskNames:, dir:, cb:)
Load and filter Bob application configuration file.
Config file will be filtered; fields not in taskNames will be removed.
Parameters:
| Name | Type | Description |
|---|---|---|
taskNames: |
Array
|
an array of task names |
dir: |
String
|
base directory where config file is located |
cb: |
function
|
standard cb(err, result) callback |