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

References #15

Closed forki closed 10 years ago

forki commented 10 years ago

Could you please please release a version with fixed dependencies?

Thanks

kimsk commented 10 years ago

Let me look at it sometime today. I used the fixed version because how the fsreveal.fsx refers to FSharp.Formatting, but there should be a better way.

forki commented 10 years ago

yes this is not needed anymore when we use paket :-)

2014-10-13 14:32 GMT+02:00 Karlkim Suwamongkol notifications@github.com:

Let me look at it sometime today. I used the fixed version because how the fsreveal.fsx https://github.com/kimsk/FsReveal/blob/master/src/FsReveal/FsReveal.fsx#L4 refers to FSharp.Formatting, but there should be a better way.

— Reply to this email directly or view it on GitHub https://github.com/kimsk/FsReveal/pull/15#issuecomment-58885360.

forki commented 10 years ago

Paket installs directly into packages folder without putting the evrsion into the path. it was designed for projects like FsReveal ;-)

forki commented 10 years ago

I also removed reveal.js from the src folder. We can retrieve it via Paket see https://github.com/forki/FsReveal/commit/8a5ca372ac870802403cb3483da81a408c7f47c9#diff-b27553841b4413a24ed1b9aff865105bR10

forki commented 10 years ago

of course this last optimization only works if you didn't customize reveal.js. Did you?

forki commented 10 years ago

wow this was fast ;-)

kimsk commented 10 years ago

I did customize reveal.js folder to include some js and css files from FSharp.Formatting and FsLab, but we'd be able to retrieve reveal.js package and add those files later. I like your idea better.