imagine's avatar

browserSync Goes to Xampp Htdocs

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?

0 likes
1 reply

Please or to participate in this conversation.