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

Allow a Guardfile to specify a custom rake task as the server #44

Merged
merged 1 commit into from
Mar 9, 2012
Merged

Allow a Guardfile to specify a custom rake task as the server #44

merged 1 commit into from
Mar 9, 2012

Conversation

eventualbuddha
Copy link
Contributor

Your previous commit, 6c9a95a, was most of the way there. This should fix the use case where you specify a rake task as the server option in the Guardfile, for example:

guard 'jasmine', :server => 'custom_jasmine' do
  ...
end

@netzpirat
Copy link
Contributor

Nice. Totally missed that.

netzpirat added a commit that referenced this pull request Mar 9, 2012
Allow a Guardfile to specify a custom rake task as the server
@netzpirat netzpirat merged commit 63ce1f0 into guard:master Mar 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants