Skip to content

Instantly share code, notes, and snippets.

@jschomay
Created December 18, 2013 03:38
Show Gist options
  • Save jschomay/8016915 to your computer and use it in GitHub Desktop.
Save jschomay/8016915 to your computer and use it in GitHub Desktop.
use nodemon to monitor file changes and run a build script
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