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

Always use full path in build script #38

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

The problem is that the F# Formatting evaluator messes up System.Environment.CurrentDirectory, so relative paths stop working when processing FSX files :-(. (This should be fixed in F# Formatting, but it is probably safer to use full path anyway.)