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

Auto reloading not working with config in workspace settings #25

Open
BDZK opened this issue Jun 30, 2020 · 0 comments
Open

Auto reloading not working with config in workspace settings #25

BDZK opened this issue Jun 30, 2020 · 0 comments

Comments

@BDZK
Copy link

BDZK commented Jun 30, 2020

Hi,

I have this config in my workspace settings.

{
"folders": [
{
"path": "L:\laragon\www\test"
}
],

"settings": {

	"browserSync.config" : {
		"proxy" : "test.test",
		"codeSync" : true,
		"reloadDelay" : 1000,
		"port" : 3030,
		"files" : ["config/*", "public/*", "src/*.*", "templates/*", "translations/*"]
	}
}

}

i use the menu Proxy mode in browser to lauch Browser sync and i hit Enter when asked for the url
and folders to watch.
it can open the website but auto refreshing is not working whenever a file is saved.

how can i manage this.

thanks.

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

1 participant