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 add custom stylesheet into build #44

Closed kfuglsang closed 9 years ago

kfuglsang commented 9 years ago

It would be cool to have the ability to include a custom stylesheet in the build process.

forki commented 9 years ago

like a custom paket style cheat? or like your own?

kfuglsang commented 9 years ago

A cascading style sheet.

Now that I'm thinking of it, it might be very simple to do. Will try to hack something right now.

forki commented 9 years ago

woah. I meant a CSS which is FsReveal specific or one that is specific to your presentation?

kfuglsang commented 9 years ago

Specific to my presentation.

forki commented 9 years ago

ok. then we should do the following:

kfuglsang commented 9 years ago

Exactly what I'm trying to do right now :+1:

Getting build error in the develop branch though... Could not load file or assembly 'Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

forki commented 9 years ago

looks like your missing MSBuild 12 which should be part of .NET 4.5.x I think.

kfuglsang commented 9 years ago

I'm on Windows 10 but I just checked all the Microsoft.Build.Framework.dll files in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\ and they are all version 4.x

Odd.