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

Use Paket and FAKE to run FsReveal #16

Closed forki closed 9 years ago

forki commented 9 years ago

This updates the sample projects and removes as much stuff as possible.

We now have the following:

This is will not completely work until the FsReveal versions are removed. See my other pull request.

But you can still test it:

1) run build.bat 2) go to fsreveal package and manually remove versions from fsreveal.fs 3) run build.bat again

The only thing that still bugs me is the reveal.js folder. Can't we retrieve this somewhere?

Also you might want to move parts of build.fsx into fsreveal.fsx ;-)

forki commented 9 years ago

@pirrmann would this also work for your workflow?

pirrmann commented 9 years ago

Yes, I think so. I'll give it a try on my slides from last week. I see your sample uses .md files, I guess that work as well with .fs.

forki commented 9 years ago

Good point. Added fsx files to the pattern

forki commented 9 years ago

Next step adding something like https://github.com/guard/guard via FAKE

forki commented 9 years ago

please try: build.cmd KeepRunning - see https://github.com/forki/FsReveal/blob/TryFsReveal/build.fsx#L43

forki commented 9 years ago

and removed the reveal.js folder since it will be retrieved from package

kimsk commented 9 years ago

This looks great. This is 10x better. I also try KeepRunning target, and it'd be very useful for one of my future project (FsRevealWeb). Thanks much for your contribution :-) .