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

Output path options not working #89

Closed
FStefanni opened this issue Sep 4, 2020 · 2 comments
Closed

Output path options not working #89

FStefanni opened this issue Sep 4, 2020 · 2 comments

Comments

@FStefanni
Copy link

Hi,

it seems the following three options are not working properly:

scopeInOutputPath: [false|true], // Add scope from package file (if present) to the output path, true by default.
nameInOutputPath: [false|true], // Add name from package file to the output path, true by default.
versionInOutputPath: [false|true] // Add package version to the output path, true by default. 

I am trying to create the output in a directory, namely "public", without the subpath "@mygroup/myproject/1.0.0".
From the documentation, I understand the previous three options should do the trick, by setting them to false.
Unfortunately, this is not the case.

I am using jsdoc 3.6.5 and docdash 1.2.0.

Regards.

@walkermatt
Copy link

It looks as though the changes to add those options haven't been released yet.

The v1.2.0 release was made 2020-01-26 while the PR to add those options was merged 2020-02-04.

While waiting for a new release you can always install direct from GitHub if you're happy with the risk of using an unreleased version:

npm i https://github.com/clenemt/docdash#a4b9401a3fbe811b4e162c8c90232e2b789efe4b --save-dev

I've specified the most recent commit as the commits since the last release all look fine to me.

@ar2rsawseen
Copy link
Collaborator

Will release 2.0.0 soon

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

3 participants