-
Notifications
You must be signed in to change notification settings - Fork 409
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
Added support for --out-name flag #599
Conversation
@ibaryshnikov tests and |
@ashleygwilliams I've added tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few nits on the docs but otherwise i think this is looking great!
docs/src/commands/build.md
Outdated
@@ -32,6 +32,16 @@ wasm-pack build --out-dir out | |||
The above command will put your build artifacts in a directory called `out`, instead | |||
of the default `pkg`. | |||
|
|||
## Output file names |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might add some more info on exactly what files are outputted and what the names by default are and what parts of the name change when you use this command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have no idea how to choose the title here ((
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ibaryshnikov maybe "Generated file names"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ashleygwilliams thank you!
Closes #596
Should I also add tests for this feature?