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 start livereload.listen() in watch task of my Gulp file and it looks like the server is trying to start, but then stops at a certain moment. Here's debugging information:
Seems like this package doesn't include any server to serve static and only provides livereload itself. Sorry for confusing and please feel free to close the issue.
Hi,
I start livereload.listen() in watch task of my Gulp file and it looks like the server is trying to start, but then stops at a certain moment. Here's debugging information:
As we can see from the debugging log it says it listening on the port 35729. If I open the browser with this port I see
But not the content I'm trying to serve. I suppose I should specify the directory where it should serve from, but can't find how to do it.
I use:
Gulpfile.js:
The text was updated successfully, but these errors were encountered: