Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Files

Latest commit

2fbb10a · Apr 17, 2015

History

History

docpad-plugin-browsersync

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