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
## | |
# Be lazy and restart your node.js app when you change things. | |
# Screenshot: http://img.skitch.com/20100606-mbi52g6knk3n83b6m3eqxr4pa4.png | |
# INSTALL: | |
# $ gem install watchr | |
# $ wget http://gist.github.com/raw/427720/2aae1f3b43a256f5ca07a603025d455aa92560e1/node_run | |
# $ cd YOUR_NODE_APP | |
# $ watchr node_runner.rb | |
# | |
# NOTES: |