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

Extract the KeepAlive functionality? #57

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

Would it make sense to extract the "keep alive" functionality from FsReveal, so that it can be easily used in other projects? I just need exactly the same thing in FsLab Journal...

@forki Do you think FAKE could somehow handle this? (Like, create a target that runs other target whenever a contents of a directory changes?)

tpetricek commented 9 years ago

Actually, I'm stealing the code to run the server too. So perhaps there is even larger reusable component here (could be just an FS file that could be referenced via Paket...)

forki commented 9 years ago

done. we have http://fsharp.github.io/FAKE/watch.html