Constructor
new BDConfig(profileURI, optionsopt)
Generate manifest data
Parameters:
| Name | Type | Attributes | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
profileURI | string | |||||||||||||||||
options | object | <optional> | Properties
|
- Source
Members
config :DenConfigJSON
Full config file
Type:
- Source
profile :DenProfileJSON
Selected build profile within the config file
Type:
- Source
Methods
build(forceopt)
Parses the loaded bd config, constructing and caching the module manifest data.
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