-
Notifications
You must be signed in to change notification settings - Fork 16
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
not possible to specify a custom pakefile.php in random directory #37
Comments
I'm testing on OS X and everything looks fine. can you give me exact example? test 1: looks ok
test 2: looks ok
|
It seems that the way you specify the location for pakefile.php has an impact: if specified as relative to current dir is ok. If specified as absolute path, not so much.
|
thank you! I can't reproduce is on osx, but at least I know where to look |
@gggeek I just committed something which might be a fix. can you check git-master please? |
@gggeek ping? does it work for you now? |
The code will only look for pakefile.php in current dir and parent dirs.
It is possible to pass a "pakefile" option, but if that pakefile is in an unrelated dir path, it will not be used.
(Note: tested on windows)
The text was updated successfully, but these errors were encountered: