browser-sync
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -105,2 +105,3 @@ "use strict"; | ||
var hostIp = this.getHostIp(options, devIp.getIp(null)); | ||
var msg; | ||
@@ -116,2 +117,5 @@ var ioLocal = this.setupSocket(ports); | ||
this.initServer(hostIp, ports, options, ioLocal); | ||
} else { | ||
msg = messages.init(hostIp, ports); | ||
this.log(msg, options, true); | ||
} | ||
@@ -386,6 +390,2 @@ | ||
if (!server && !proxy) { | ||
msg = messages.init(host, ports); | ||
} | ||
if (open) { | ||
@@ -392,0 +392,0 @@ this.openBrowser(host, ports[open], options); |
{ | ||
"name": "browser-sync", | ||
"description": "Live CSS Reload & Browser Syncing", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/shakyshane/browser-sync", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2731
272188