Created
September 1, 2014 00:20
-
-
Save zachrose/1332d95305503f268ede to your computer and use it in GitHub Desktop.
Crash tolerant gulp watch on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
until (./node_modules/.bin/gulp watch); | |
do osascript -e 'display notification "Something broke." with title "Gulp"' >&2; | |
sleep 1; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment