We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I would to :) If I ever get around to it, I would do it as a plugin. Pull request welcome :)
Sorry, something went wrong.
No branches or pull requests
I'd like boson support pre-requisites or dependendencies support (like rake).
Example (rake):
compile and dataLoad are tasks and they are dependencies of task test.
Thank you for boson.
The text was updated successfully, but these errors were encountered: