Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barretts/69bfb05f8436f838b35817a5c3575082 to your computer and use it in GitHub Desktop.
Save barretts/69bfb05f8436f838b35817a5c3575082 to your computer and use it in GitHub Desktop.
Install nodemon
npm install -g nodemon
Copy this file to your $HOME folder
https://gist.github.com/styson/7d56bafc9d1b7fe1ff1d3dd907b7bf0c
run this command from your bash cmd window
nodemon --exec "rake" compile
(I set this up as an alias in my .bashrc file)
alias cs='nodemon --exec "rake" compile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment