Upgraded to 0.1.4, now stylesheets broken (noob)

Posted by matthewadams12 on
URL: https://discuss.asciidoctor.org/Upgraded-to-0-1-4-now-stylesheets-broken-noob-tp638.html

Hi all,

I've been using asciidoctor 0.1.3 successfully in the following manner:
asciidoctor -v -b html5 -D target/html5//cookbook -a stylesheet=../stylesheets/riak.css src/main/asciidoc/cookbook/index.adoc
My adoc source is in src/main/asciidoc & my stylesheets are in src/main/stylesheets.

After upgrading to 0.1.4, there is no more stylesheet link in my generated html.  I saw that one of the changes in 0.1.4 is for asciidoctor to embed stylesheets by default now, but don't quite understand how I'm supposed to change my invocation.

How do I need to modify my command line above to get the riak.css stylesheet to be used when generating with the html5 back end?

Thanks,
Matthew