Forked from styson/gist:ef2d1c0f8acabf4f467122457439eb43
Created
August 17, 2017 14:41
-
-
Save barretts/69bfb05f8436f838b35817a5c3575082 to your computer and use it in GitHub Desktop.
This file contains 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
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