Skip to content

Commit 86530cd

Browse files
authored
Remove port from Browsersync's proxy option
Port 8080 has been added in understrap#955. Explicitly providing a port prevents Browsersync to auto-detect the port.
1 parent ec6c10a commit 86530cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"browserSyncOptions": {
3-
"proxy": "localhost:8080/",
3+
"proxy": "localhost/",
44
"notify": false,
55
"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
66
},

0 commit comments

Comments
 (0)