Module: Feature_Bootstrap

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

Properties:
Name Type Argument Default Description
options.path string <optional>
'boostrap'

The path of the bootstrap scripts

Source:
features/bootstrap.js
Returns:
Type
Promise.<*>