Created
February 9, 2011 19:40
-
-
Save strobemonkey/819117 to your computer and use it in GitHub Desktop.
Watch coffee script and start nodemon
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
# Note that *.coffee must be added to nodemon-ignore file | |
(coffee --compile --watch .&); nodemon app.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment