G
G
Galdar Turin2019-03-17 14:35:14
gulp.js
Galdar Turin, 2019-03-17 14:35:14

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, // Создание тунеля для демонстрации
  });
});

In browserSync I specify a local folder, the host file is empty

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A person from Kazakhstan, 2019-03-17
@LenovoId

And the folder is on the local server or desktop etc...?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question