Posted By: Geoffrey Grosenbach
Date: 2006-08-06 00:34
Summary: autotask first release (alpha)
Project: autotask
A tool for watching ruby scripts and running a task when any files change.
By default, runs 'rake' when any files in the current directory or subdirectories change.
Requires the Mac OS X only stakout script: http://topfunky.com/clients/ruby/stakeout.tgz
# Run the Rails test:recent task when files in one of several directories change
autotask 'rake test:recent' app test
# Execute a specific ruby file when files in lib change
autotask 'ruby test/my_test.rb' lib
|
|