How to open all html files in a particular folder in different tabs automatically in browser using gulp?
I am trying to open all html in a folder at one time in different tabs using gulp. I tried using gulp browser-sync plugin to do it. But somehow I am not sure how to do it. Below is the script I tried and it din't work. gulp.task('serve', ['styles', ...
Join discussion