Constructor
new BDConfig(profileURI, namespaceopt)
Generate manifest data
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
profileURI | string | |||
namespace | string | <optional> | 'config' | Top level namespace for which all fields inside the declared den config file are available in source code as '%namespace.path.to.field%'. |
- 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