Project

rstake

0.0
No commit activity in last 3 years
No release in over 3 years
Watches a list of files for changes, and executes a given command when any changes are detected.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.3
 Project Readme

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.