Created
December 18, 2013 03:38
-
-
Save jschomay/8016915 to your computer and use it in GitHub Desktop.
use nodemon to monitor file changes and run a build script
This file contains hidden or 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
nodemon -w . -e ".coffee" -x "bash" build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment