Closed forki closed 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.
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.
Paket installs directly into packages folder without putting the evrsion into the path. it was designed for projects like FsReveal ;-)
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
of course this last optimization only works if you didn't customize reveal.js. Did you?
wow this was fast ;-)
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.
Could you please please release a version with fixed dependencies?
Thanks