Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using proxy, the tab in chrome doesn't reload #77

Open
sketchbuch opened this issue May 5, 2017 · 1 comment
Open

When using proxy, the tab in chrome doesn't reload #77

sketchbuch opened this issue May 5, 2017 · 1 comment

Comments

@sketchbuch
Copy link

I have a gulp file working: https://pastebin.com/qG3Ahevu

If in my config I set config.server.useNode to false

the following code is run:

		browserSync.init({
			proxy:	config.server.vmServer.uri,
			host:		config.server.vmServer.host,
			port:		80,
			open:		'external'
		});

This works and opens but updates never cause the page to reload as they do when I use the node server (config.server.useNode === true).

How can I get the proxy to reload?

@AlexMachin1997
Copy link

Im encountering the same issue, did you manage to solve it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants