You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: