tradie-plugin-livereload

1.0.0 • Public • Published

tradie-plugin-livereload

A tradie plugin for livereloading while building+watching.

Installation

npm --save-dev tradie-plugin-livereload

You'll also need to install one of these browser extensions, or add the livereload snippet to your HTML.

Usage

Configure tradie.config.js:

var livereload = require('tradie-plugin-livereload').default;
 
module.exports = {
  plugins: [livereload()]
};

Run tradie build --watch

Troubleshooting

Note, the livereload browser extensions have limitations with file:// URLs.

Package Sidebar

Install

npm i tradie-plugin-livereload

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • jameslnewell