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
var lrserver = require('tiny-lr')();
lrserver.listen(35729, function(err) {
console.log('LR Server Started');
});
But because the livereload.js doesn't exit after it's run, I don't see any of the console.logs sent from the watch task! If I do it inside the cmd prompt by hand, I have to do CTRL+C to see them (the grunt command is being run, just that the cmd prompt is stuck with _ on the livereload command)
Why isn't the server command exiting so I can run another command?
The text was updated successfully, but these errors were encountered:
So I have the following in a bat file:
and my livereload.js file looks like:
But because the livereload.js doesn't exit after it's run, I don't see any of the console.logs sent from the watch task! If I do it inside the cmd prompt by hand, I have to do CTRL+C to see them (the grunt command is being run, just that the cmd prompt is stuck with _ on the livereload command)
Why isn't the server command exiting so I can run another command?
The text was updated successfully, but these errors were encountered: