fsprojects / FsReveal

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

Local template with all dependancies #92

Open pirrmann opened 8 years ago

pirrmann commented 8 years ago

When trying to write slides on the train without an internet connection, I'd like to have some dependencies copied locally. To do that, I use an other html template than the default one, and I've tweaked the fake script to copy additional js files to the output directory. However, I think that this could be part of FsReveal itself... Any thoughts?

forki commented 8 years ago

Cc @TeaDrivenDev

Yes we definitely want it to work offline

isaacabraham commented 8 years ago

yes I've struggled with this before.