I've been having a hard time getting the :resources task to reenable and invoke on demand. (this is for the continuous compilation support available from git://github.com/djspiewak/buildr.git / continuous-compilation) It seems that :resources is just a whole bunch of FileTask(s) which stubbornly refuse to re-run. What's the best way to handle this?
Daniel