Live CSS Reload & Browser Syncing
npm install browser-syncKeep multiple browsers & devices in sync when building websites.
Follow @Browsersync on twitter for news & updates.
Please visit browsersync.io for a full run-down of features
Browsersync works by injecting an asynchronous script tag () right after the tag
during initial request. In order for this to work properly the tag must be present. Alternatively you
can provide a custom rule for the snippet using snippetOptions
``js`
browserSync({server: true}, function(err, bs) {
console.log(bs.options.urls.local);
});
... you now access them in the following way:
`js``
browserSync({server: true}, function(err, bs) {
console.log(bs.options.getIn(["urls", "local"]));
});
If you've found Browser-sync useful and would like to contribute to its continued development & support, please feel free to send a donation of any size - it would be greatly appreciated!
Originally supported by JH - they provided financial support as well as access to a professional designer to help with Branding.
Apache 2
Copyright (c) 2021 Shane Osbourne