yegor256 / jekyll-plantuml

PlantUML plugin for Jekyll: helps you embed UML diagrams into static pages
https://rubygems.org/gems/jekyll-plantuml
MIT License
47 stars 15 forks source link

plantuml and jekyll or in javascript and nothing work for me.. :S #7

Open Alama32 opened 9 years ago

Alama32 commented 9 years ago

Hello everybody, i followed this tutorial https://github.com/yegor256/jekyll-plantuml, but not work for me. The command “jekyll serve” give an error, it’ create well a UML folder, but not content a SVG file, just a UML file like: e05ea5bef2d94438d9a03889b9de5ca4.uml.

I try with JS and jquery version, same problem..

Help me please .

yegor256 commented 9 years ago

@Alama32 what error are you getting from Jekyll? post your log here please

Alama32 commented 9 years ago

I do not know if I have a log file somewhere, but here's a screen shot.. image 1

Indeed, I have this file, but with the UML extention and not SVG extention.

And in my config yml, i added this: gems: ["jekyll-plantuml"] and other (in markdown) file by my project, this for test:

{% plantuml %} [First] - [Second] {% endplantuml %}

After, i execute jekyll serve

Alama32 commented 9 years ago

Wow, I did it with jquery version PlantUml, to come, I had to activate rawdeflate.js script !! although he was commented and indicated that this file was implicitly invoked by plantuml.js .. :)

image

Would not it be a similar problem for Jekyll Version ??

Alama32 commented 9 years ago

Re.. I tried the version with js Jekyll Site openfl and it does not work! by cons if I make a new project and I compile with Jekyll, it works .. I understand nothing..