Ruby script to execute an arbitrary command whenever a file changes.
gem install rstakeout
# Mac users: install `growlnotify` from the Growl DWG to get notifications
# Execute a test everytime any file changes
rstakeout 'rake test' **/*
# Regenerate some LessCSS files whenever needed
rstakeout 'lessc %s' **/*.less
Original by Mike Clark, enhanced by topfunky
Contributors:
- sinefunc
- EdvardM
Icons from http://gakuseisean.deviantart.com/art/OSE-PNGs-53752770
License: MIT