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

Ability to patch dependencies #43

Closed kfuglsang closed 9 years ago

kfuglsang commented 9 years ago

It would be cool to be able to patch dependencies to speed up the process of adding new features into FsReveal.

Specifically, one use case is adding syntax highlight for a new language. This will be an upgrade of the highlight.js library that reveal.js uses for syntax highlight.

The ability to replace the highlight.js project in the build process would allow us to upgrade before reveal.js releases a new version.

forki commented 9 years ago

easiest way to do this is to point to a different fork (your fork) see -https://github.com/fsprojects/FsReveal/blob/develop/paket.dependencies#L10

kfuglsang commented 9 years ago

Ah cool. That will solve the issue.