Constructor
new BDConfig(profileURI, optionsopt)
Generate manifest data
Parameters:
Name | Type | Attributes | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
profileURI | string | |||||||||||||||||
options | object | <optional> | Properties
|
- Source
Methods
build(forceopt)
Parses the loaded bd config, constructing and caching the module manifest data, as well as the namespace replacements.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
force | boolean | <optional> | false |
- Source
Returns:
Object
load(profileURI) → {Object}
Reads declared config file and preparing neccessary data for module building operations.
Parameters:
Name | Type | Description |
---|---|---|
profileURI | string |
- Source
Returns:
- Type:
- Object