Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 476 Bytes

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.