-
Notifications
You must be signed in to change notification settings - Fork 188
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
asciidoctor.js support is currently broken #143
Comments
We're almost ready for an Asciidoctor.js release. There's just one more issue to resolve. I'm going to try to get to it as soon as I can...this weekend looks probable. |
No rush. I just opened the ticket to remember and tick checkboxes on the #131 PR 😉 |
FYI, I updated the PR that was holding back the release. We just need to settle another issue regarding the Opal upgrade and we should be good to go. |
@obilodeau How do you generate the file generator = if :mode == :opal
Temple::Generators::ArrayBuffer.new(freeze_static: false)
else
Temple::Generators::StringBuffer
end I've tried different syntax, but I'm unable to set |
* Create a Rake task to generate a version of the Ruby converter which is compatible with Opal * Add asciidoctor.js as a dependency * Update HACKING and README accordingly
This code snippet is wrong, |
@jirutka I've moved this block and replaced |
Yes, but I eventually changed the approach for reasons I don’t remember right now, now I recommend this: https://github.com/jirutka/asciidoctor-html5s/blob/opal/Rakefile. |
resolves #143, Upgrade to Asciidoctor.js 1.5.6-preview.4
We need to wait for upstream to release a new version with this fixed integrated: asciidoctor/asciidoctor.js#370
This issue blocks the 1.1.0 release since we have no javascript story without asciidoctor.js
Stack trace:
The text was updated successfully, but these errors were encountered: