What is wrong to generate deckjs slideshow

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

What is wrong to generate deckjs slideshow

ch007m
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
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard
Reply | Threaded
Open this post in threaded view
|

Re: What is wrong to generate deckjs slideshow

ch007m
Problem solved. There was a typo error in syntax list instead of :list
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard
Reply | Threaded
Open this post in threaded view
|

Re: What is wrong to generate deckjs slideshow

LightGuardjp
Glad you got it sorted out.


On Tue, Nov 19, 2013 at 11:39 AM, ch007m [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Problem solved. There was a typo error in syntax list instead of :list


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-tp1009p1021.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
|

Re: What is wrong to generate deckjs slideshow

asotobu
Thanks and sorry for not answered the question before.
Reply | Threaded
Open this post in threaded view
|

Re: What is wrong to generate deckjs slideshow

mojavelinux
Administrator
In reply to this post by ch007m
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



--
Reply | Threaded
Open this post in threaded view
|

Re: What is wrong to generate deckjs slideshow

ch007m
Great !. Thx a lot.


On Sat, Nov 23, 2013 at 7:55 PM, mojavelinux [via Asciidoctor :: Discussion] <[hidden email]> wrote:
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



--



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-tp1009p1066.html
To unsubscribe from What is wrong to generate deckjs slideshow, click here.
NAML



--
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard