2.1.0 • Published 6 years ago

neutrino-middleware-browser-sync v2.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Neutrino middleware with BrowserSync

NPM version

neutrino-middleware-browser-sync is a Neutrino middleware that adds BrowserSync support.

Requirements

  • Node.js v6 LTS, v8, v9
  • Yarn v1.2.1+, or npm v5.4+
  • Neutrino v8

Installation

Yarn

❯ yarn add --dev neutrino-middleware-browser-sync

npm

❯ npm install --save-dev neutrino-middleware-browser-sync

Documentation

Install this middleware to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      'neutrino-middleware-browser-sync', {
        browserSyncOptions: {
          port: 4000
        },
        pluginOptions: {
          reload: false
        }
      }
    ]
  }
2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago