Answer the question
In order to leave comments, you need to log in
Why is Gulp not opening a local address?
I run gulp and instead of opening my local site, it opens a third party service, what could be the problem?
gulp.task('browser-sync', function() {
browserSync({
server: {
baseDir: 'app'
},
notify: true, // Отключаем уведомления
open: true, // Запретить открытие браузера в среде
tunnel: false, // Создание тунеля для демонстрации
});
});
Answer the question
In order to leave comments, you need to log in
And the folder is on the local server or desktop etc...?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question