gulp needs to be able to handle errors to itself by piping them all to one place and assuring that all tasks have exited (especially nodemon). Currently if there is a error propogation in gulp, nodemon continues to run in the background and needs to be pkilled
gulp needs to be able to handle errors to itself by piping them all to one place and assuring that all tasks have exited (especially nodemon). Currently if there is a error propogation in gulp, nodemon continues to run in the background and needs to be
pkill
ed