Enable bootstrap scripts
- Source:
- features/bootstrap.js
Members
-
<static> type :string
-
This feature is loaded at init stage
Type:
- string
- Source:
- features/bootstrap.js
Methods
-
<static> load_(app, options)
-
Load the feature
Parameters:
Name Type Description app
CliApp The cli app module object
options
object Options for the feature
- Source:
- features/bootstrap.js
Properties:
Name Type Argument Default Description options.path
string <optional>
'boostrap' The path of the bootstrap scripts
Returns:
- Type
- Promise.<*>