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
Is there a straight forward way to stop the sever if gulp exits abnormally? I really don't mind the exceptions getting through and killing gulp in some cases, and I don't know that I'd do anything more than rethrow in most cases BUT, I'd love for my test server to get cleaned up on exit.
The text was updated successfully, but these errors were encountered:
Hmm gulp-connect adds a listener for process exit and SIGINT. Does doing the same in gulp-live-server (similarly to this line of code) resolve your issue?
Is there a straight forward way to stop the sever if gulp exits abnormally? I really don't mind the exceptions getting through and killing gulp in some cases, and I don't know that I'd do anything more than rethrow in most cases BUT, I'd love for my test server to get cleaned up on exit.
The text was updated successfully, but these errors were encountered: