-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Rake task ignores dirs
#69
Comments
The My Makefile includes the task
When I run
NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE This occurs for the default task including Version of However, running |
Three years later, no resolution? |
See here for a workaround: https://github.com/rickhull/fitment/blob/master/Rakefile#L38 |
The attribute
dirs
seems to be ignored by rakeFlayTask
.In
FlayTask#define
method,dirs
should be passed as argument when invokingFlay.run
(seeflay_task.rb:48
), which has the optional argumentargs
that by default is set toARGV
(possibly not useful at all in this context).The text was updated successfully, but these errors were encountered: