Skip to content

Instantly share code, notes, and snippets.

@styson
Created December 9, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save styson/ef2d1c0f8acabf4f467122457439eb43 to your computer and use it in GitHub Desktop.
Save styson/ef2d1c0f8acabf4f467122457439eb43 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