We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run a server at http://localhost:9090/ and I was able to access it with my local ip http://100.63.31.82:9090/
http://localhost:9090/
http://100.63.31.82:9090/
It works in 5.0.0 but doesn't work in the next versions.
5.0.0
The text was updated successfully, but these errors were encountered:
+1 solution: options.host set "0.0.0.0"
Sorry, something went wrong.
i was the same problem, but with the port 3000, and It works good with:
gulp.task('connect', function () { connect.server({ root: './', host: '0.0.0.0', port: 3000, liveload: true
Fixed problem can't connect from phone
bf3a668
Reference: avevlad/gulp-connect#251
🔧 add gulp-connect’s options.host to access using local IP
eb46a89
address — avevlad/gulp-connect#251
No branches or pull requests
I run a server at
http://localhost:9090/
and I was able to access it with my local iphttp://100.63.31.82:9090/
It works in
5.0.0
but doesn't work in the next versions.The text was updated successfully, but these errors were encountered: