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.
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.