Would be great to be able to know when the server is running so i can change my build tasks accordingly.
Example if i'm building my source code and the server is running I want to pipe it to server() otherwise I'd not do it because it throws an error. Something that can be used with gulp-if would be even better.