broccoli-live-server
Starts a Live Server from a Broccoli tree.
Install
npm i -D broccoli-live-server
Usage
const LiveServer = ; const tree = ;const server = tree; return ;
API
LiveServer(tree, [options])
options
Type: Object
Default:
open: false ignore: /.*\.map/
See Live Server options.
Note: the root
option is set by the plugin to the input path.
License
This project is licensed under the MIT License.