jekyll-browsersync

jekyll-browsersync

Jekyll plugin to use browser-sync server instead of WEBrick

jekyll-browsersync: browser-sync support for Jekyll

GitHub: https://github.com/mscharley/jekyll-browsersync
Author: Matthew Scharley
Contributors: See contributors on GitHub
Bugs/Support: Github Issues
Copyright: 2014
License: MIT license

Synopsis

Installation

This plugin has a very simple three step install:

  1. Install browser-sync via node.js if you haven't got it already.

  2. Install the gem:

    $ gem install jekyll-browsersync
    
  3. Add the gem to your jekyll website's _config.yml file:

    gems:
    - jekyll-browsersync
    

Usage