Gradle and custom CSS for html output

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Gradle and custom CSS for html output

DocEvaluator
Finally I've got the Gradle build for html output running.

How can I add custom CSS for a different html stlye/theme inside the Gradle build? I did not find any hint on the GitHub page. I am also missing how I can add any old command line parameters like --trace or --failure-level to the gradle task? Or is it because the API is now the asciidoctorJ API and is independent of the Ruby implementation? I am really a bit lost in this distributed ecosystem...
Reply | Threaded
Open this post in threaded view
|

Re: Gradle and custom CSS for html output

mojavelinux
Administrator
This could be related to the following issue: https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/368 Please follow that issue or report a new one if you think it's not the same use case.

> I am really a bit lost in this distributed ecosystem...

The ecosystem is the same as it's always been, so I don't get this comment. Let's stick with concrete actions we can take. Generalizations don't get us anywhere.

Best,

-Dan

On Fri, May 3, 2019 at 8:24 AM DocEvaluator [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Finally I've got the Gradle build for html output running.

How can I add custom CSS for a different html stlye/theme inside the Gradle build? I did not find any hint on the GitHub page. I am also missing how I can add any old command line parameters like --trace or --failure-level to the gradle task? Or is it because the API is now the asciidoctorJ API and is independent of the Ruby implementation? I am really a bit lost in this distributed ecosystem...


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Gradle-and-custom-CSS-for-html-output-tp6883.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: Gradle and custom CSS for html output

DocEvaluator
mojavelinux wrote
> I am really a bit lost in this distributed ecosystem...

The ecosystem is the same as it's always been, so I don't get this comment.
Let's stick with concrete actions we can take. Generalizations don't get us
anywhere.
This shouldn't be a rant, more a "scratching-my-head", but of course you are right: I will either come up with ideas for improvement or specific questions or keep silent ;-) Hopefully the first...

Thanks for the link, I will try my luck.