Adds the Browser-sync JavaScript snippet to
wp_footer
when
DEVENV
is
true
Adds filters when the requested URL does not match the
siteurl
stored in WordPress
For Development Use Only - Enable By Adding
define('DEVENV', true);
to wp-config.php
Note: This plugin only adds the Browser-sync JavaScript snippet - it does
not implement a Browser-sync server or proxy.
The default port is 3000.
This can be overwritted by defining
BROWSERSYNCPORT
in wp-config.php
See
http://browsersync.io/ for more information.