Skip to content

[addProject] assets exported to wrong path #145

@sh-dave

Description

@sh-dave

main project: khafile.js

prj.addProject('libs/subproject');

sub projects khafile:

prj.addAssets('assets/**', {
    notInList: true,
    nameBaseDir: 'assets', destination: '{dir}/{name}', name: '{dir}/{name}',
});

Converted assets will be written to ./build/libs/subproject/assets/... instead of ./build/debug-html5/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions