Login  Register

Re: What is wrong to generate deckjs slideshow

Posted by mojavelinux on Nov 23, 2013; 6:52pm
URL: https://discuss.asciidoctor.org/What-is-wrong-to-generate-deckjs-slideshow-tp1009p1066.html

Charles et al,

The culprit was this line:

[source,html]
--

<script src="deck.js/jquery-1.7.2.min.js"></script>

--

Prior to the recent 1.0 release of deck.js, the version was dropped from the name of the jquery script that's bundled in deck.js. I've update the deck.js backend so that it links to the versionless file name instead.

[source,html]
--

<script src="deck.js/jquery.min.js"></script>

--

-Dan



On Mon, Nov 18, 2013 at 6:28 AM, ch007m [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I have followed instructions described here : http://asciidoctor.org/docs/user-manual/#backend-and-deck-js-installation but when I run the following command :

asciidoctor -T /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs test.adoc

using this dummy adoc (https://gist.github.com/7527684), the html rendered appears as a white page in browser and slideshow does not work. Here is what has been created :

http://git.io/1h_IzA

What is wrong ?

Remark : There is an error in the syntax of the asciidoctor manual as command should include haml/deckjs for -T location which is not  the case.

Regards,

Charles


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/What-is-wrong-to-generate-deckjs-slideshow-tp1009.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | http://google.com/profiles/dan.j.allen