fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Reveal.js 2.6.1 being used in master branch #40

Closed kfuglsang closed 9 years ago

kfuglsang commented 9 years ago

When cloning the master branch and running build.cmd the build process downloads Reveal.js 2.6.1 (commit id 9da952fea30906090446d038430186b11dba7f13).

The develop branch grabs a much newer commit (id 20d858deb888fe0ec0ba92a919c8a0526ac52a2e).

forki commented 9 years ago

fixed in 0.3.3

forki commented 9 years ago

Reopened because of twitter discussion.

forki commented 9 years ago

Actually I can't reproduce with FsReveal 0.5:

image

image

what are the steps you do to reproduce?

kfuglsang commented 9 years ago

git clone git@github.com:fsprojects/FsReveal.git cd FsReveal ./build.cmd

This gives 2.6.1.

If I then change the FsReveal version in paket.lock to 0.5.0 then ./build.cmd fails. Could not generate slides for: C:\Users\kfc\Desktop\FsReveal\slides\index.md Could not load file or assembly 'FSharp.Literate, Version=2.7.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Could not generate slides for: C:\Users\kfc\Desktop\FsReveal\slides\sample.fsx Could not load file or assembly 'FSharp.Literate, Version=2.7.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

forki commented 9 years ago

please retry

kfuglsang commented 9 years ago

Awesome

it works ;-)

forki commented 9 years ago

facepalm

I forgot to git push....