-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Resoves #977. Document how to compile a local asciidoctor ruby code base #978
Resoves #977. Document how to compile a local asciidoctor ruby code base #978
Conversation
** Using a symlink: `ln -s $ASCIIDOCTOR_RB packages/core/build/asciidoctor` | ||
** Copying: `cp -r $ASCIIDOCTOR_RB packages/core/build/` | ||
** Unpacking a gem: | ||
---- |
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 use a list continuation to indent the listing block:
---- | |
+ | |
---- |
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.
I liked that so much I changed most of the other usages!
---- | ||
* For all of these, `touch packages/core/build/asciidoctor.tar.gz` will prevent `npm build --prefix packages/core` from overwriting your copy with a downloaded one. | ||
* To actually use your local source you'll need to force recompile by: | ||
---- |
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 use a list continuation to indent the listing block:
ditto
---- | |
+ | |
---- |
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.
Really good additions to the contributing guide! Thanks 👍
7d3d9a0
to
19a8a85
Compare
Excellent thanks again! 👌 |
No description provided.