Answer the question
In order to leave comments, you need to log in
Why does gulp watch open the same site?
Recently, the gulp watch team has been opening the same site.
At what not localhost:3000, as before, but a separate site from the list of my projects.
I actually have browserSync installed, everything is written in gulpfile.js as it should.
// browserSync task
gulp.task('browserSync', ['css', 'scripts'], function(){
browserSync.init({
proxy: "webirus.loc"
});
});
[BS] Proxying: http://webirus.loc
[BS] Access URLs:
-------------------------------------
Local: http://localhost:3000
External: http://192.168.0.97:3000
-------------------------------------
UI: http://localhost:3001
UI External: http://192.168.0.97:3001
Overview
Local
http://localhost:3000
External
http://192.168.0.97:3000
Proxying:
http://webirus.loc
Current Connections
Connected browsers will be listed here.
Answer the question
In order to leave comments, you need to log in
The problem is in Firefox.
Apparently, the DNS cache hung and the root did not work.
A complete cleaning of Mozilla helped.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question