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

Output is not relative to base-path #166

Open
@theofidry

Description

@theofidry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions