RStake
Watches a list of files for changes. Heavily inspired by the original RStakeout by topfunky.
Installation
gem install rstake
Usage
Type 'rstake' for more information on usage.
Examples:
# Watch Ruby files for changes, then run a test when needed.
rstake "rake test" **/**/*.rb
# Automatically compile CSS files using Less.
rstake "lessc {}" css/*.less
Tips
- Install Growl and growlnotify if you're on OSX.