1.0.0 • Published 10 years ago

hexo-browser-sync v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hexo-browser-sync NPM version

BrowserSync plug-in for Hexo.

BrowserSync - Time-saving synchronised browser testing.

Install

$ npm i hexo-browser-sync --save

Usage

When you run hexo server, this plugin will be started automatically.

Options

You can configure the plug-in in _config.yml.

browser_sync:
  port: 3000
  browser: "google chrome"
  open: false

Check BrowserSync options for more information.