config

Bob configuration loading module. Handles loading and filtering of Bob configuration files.
Source:

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.
Source:
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