Level 3
Take a look at the open option: https://www.browsersync.io/docs/options#option-open
I have the following in my gulp file:
elixir(function(mix) {
mix.sass('app.scss')
.browserSync();
});
but each time i run gulp watch browserSync opens the default index for xampp which am not using. what should i do to make it start my app?
Please or to participate in this conversation.