Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Output is not relative to base-path #166

Open
theofidry opened this issue Jun 15, 2017 · 0 comments
Open

Output is not relative to base-path #166

theofidry opened this issue Jun 15, 2017 · 0 comments

Comments

@theofidry
Copy link
Member

If you have something like:

{
    "output": "build/foo.phar",
    "main": "bin/foo.php",
    "base-path": "src"
}

Then the real path of the main used is $CWD/src/bin/foo.php and the output should be $CWD/src/build/foo.phar but actually is $CWD/build/foo.phar.

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

No branches or pull requests

1 participant