Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-requisites or dependendencies support (like rake) #35

Open
ghost opened this issue Apr 4, 2012 · 1 comment
Open

Pre-requisites or dependendencies support (like rake) #35

ghost opened this issue Apr 4, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 4, 2012

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.

@cldwalker
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant