Closed thom4parisot closed 6 years ago
I would flip this around. I would put Asciidoctor in the callback of browserify.
Given that the porcelain extension methods are provided by Asciidoctor.js, I suppose it would be possible to make these async...or at least have an async variant of them.
Hm it might be too much work to create async methods, especially if no other person ask for them.
I like the idea of flipping the problem around—will do that!
Thank you :-)
Hello,
I am trying to make an extension which brings code from a third party npm script.
At the moment it looks like this:
I was wondering if there were some thinking to make them be asynchronous?
Or maybe there is a more recommended way of bundling CSS and JS withing an extension.