A
A
Akcio2016-03-29 21:58:58
JavaScript
Akcio, 2016-03-29 21:58:58

How to configure the brawsersync plugin in gulp so that it works without the Internet?

Tell me how to untie BrawserSync from the Internet in proxy mode?

gulp.task('browserSync', function() {
  browserSync({
    proxy: 'site',
    port: 8080
  });
});

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question