This package has been deprecated

Author message:

Sorry I don't use docpad anymore

docpad-plugin-browsersync

2.0.7 • Public • Published

BrowserSync Plugin for DocPad

Injects BrowserSync into DocPad for live reload functionality and cross device testing.

Installation

docpad install browsersync

Usage

By default BrowserSync will be started as a proxy to your DocPad site.

You can overwrite the default options using any of the available BrowserSync options

plugins:
    browsersync:
        open: true
        ghostMode:
            clicks: true
            location: true
            forms: true
            scroll: true

Package Sidebar

Install

npm i docpad-plugin-browsersync

Weekly Downloads

5

Version

2.0.7

License

MIT

Last publish

Collaborators

  • grantcodes