gulp-es6 icon indicating copy to clipboard operation
gulp-es6 copied to clipboard

Bit questions about making this as livereload system.

Open thepenguinthatwants opened this issue 4 years ago • 0 comments

Hi Alessandro!

I've watched your videos about gulp and they felt bit overwhelming. As I am trying to get the livereload to work for my own project based on html/css.

I noticed that to make this setup work I needed to create a empty dist/js/main.min.js. I guess its because of this line. src(jsURL + 'main.min.js') If I delete that line this whole setup breaks down. Whats the reason of it? Is there any problems If I set html file to src?

thepenguinthatwants avatar Aug 26 '19 18:08 thepenguinthatwants