Close open live reload ports (stragglers in particular)
lsof -i tcp:35729 | grep LISTEN | awk '{print $2}' | xargs kill # from http://stackoverflow.com/questions/9825698/using-bash-how-can-i-kill-tcp-port-16969