boson icon indicating copy to clipboard operation
boson copied to clipboard

Pre-requisites or dependendencies support (like rake)

Open ghost opened this issue 12 years ago • 1 comments

I'd like boson support pre-requisites or dependendencies support (like rake).

Example (rake):

task :test => [:compile, :dataLoad] do
  #do something
end

compile and dataLoad are tasks and they are dependencies of task test.

Thank you for boson.

ghost avatar Apr 04 '12 21:04 ghost

I would to :) If I ever get around to it, I would do it as a plugin. Pull request welcome :)

cldwalker avatar Apr 04 '12 23:04 cldwalker