Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Paket and FAKE to run FsReveal #16

Merged
merged 4 commits into from
Oct 13, 2014
Merged

Use Paket and FAKE to run FsReveal #16

merged 4 commits into from
Oct 13, 2014

Conversation

forki
Copy link
Member

@forki forki commented Oct 13, 2014

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

We now have the following:

  • Batch files which download FAKE, FSharp.Formatting, FsReveal via Paket
  • slides folder with input files
  • build.fsx which executes the FsReveal process
  • output folder

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
Copy link
Member Author

forki commented Oct 13, 2014

@pirrmann would this also work for your workflow?

@pirrmann
Copy link

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
Copy link
Member Author

forki commented Oct 13, 2014

Good point. Added fsx files to the pattern

@forki
Copy link
Member Author

forki commented Oct 13, 2014

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

@forki
Copy link
Member Author

forki commented Oct 13, 2014

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

@forki
Copy link
Member Author

forki commented Oct 13, 2014

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

kimsk added a commit that referenced this pull request Oct 13, 2014
Use Paket and FAKE to run FsReveal
@kimsk kimsk merged commit 72ab59a into fsprojects:TryFsReveal Oct 13, 2014
@kimsk
Copy link
Collaborator

kimsk commented Oct 13, 2014

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 :-) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants