Skip to content
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

feature: include full path in manifest #31

Open
dawaltconley opened this issue Jul 11, 2022 · 0 comments
Open

feature: include full path in manifest #31

dawaltconley opened this issue Jul 11, 2022 · 0 comments

Comments

@dawaltconley
Copy link

would like to suggest / add an option to include the full directory path of the output files in the manifest. afaik this is just a matter of passing the full path rather than the base name in the following function

function data(originalName, hashedName, opts) {
    var key = path.parse(originalName).base;
    var value = path.parse(hashedName).base;

    return opts.updateEntry(originalName, hashedName);
}

This could be toggled using a fullPath boolean option?

Also curious about the status of this repo, as it's only on v2.0.0 while the npm package is on v3.0.0.

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

No branches or pull requests

1 participant