Answer the question
In order to leave comments, you need to log in
Gulp browser-sync - why does not open from a smartphone?
In general, the flight is normal on Windows, it does not want to start on Linux. Googled - found a solution in the form of tunnel forwarding, but did not understand how to do it.
I ask for help
Answer the question
In order to leave comments, you need to log in
In short, he solved the problem himself. I will describe how I did it.
The answers were on stackoverflow
. The first option that worked was just the creation of this very tunnel
browserSync.init({
server: {
baseDir: "work/"
},
online: true,
tunnel: true,
logLevel: "debug"
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question