1.0.2 • Published 8 years ago

quick-sync v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Quick Sync

Quick Sync is a tiny proxy wrapper for BrowserSync for exposing the defined url, with a fallback to DNSMasq .dev vhost entry.

Installation

$ npm install -g quick-sync

Usage

Exposing defined url:

$ quicksync www.bbc.co.uk

Exposing vhost with dnsmasq

$ cd ~/Sites/project-name
$ quicksync

Our vhost setup

<VirtualHost *:80>
    ServerName dev
    ServerAlias *.dev

    CustomLog "/Users/USERNAME/Sites/logs/dev-access_log" combinedmassvhost
    ErrorLog "/Users/USERNAME/Sites/logs/dev-error_log"

    VirtualDocumentRoot /Users/USERNAME/Sites/%2/httpdocs
</VirtualHost>

Special Thanks

BrowserSync - https://www.browsersync.io/

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago