fssnippets / fssnip-website

Source code for the F# Snippets web site
http://fssnip.net
103 stars 36 forks source link

[WiP] Moving to script-based model #79

Closed tpetricek closed 4 years ago

tpetricek commented 8 years ago

cc @dsyme @sylvanc @isaacabraham

This is work in progress to move F# Snippets to a purely F# script based setup. I think it looks nicer - one thing that needs fixing is https://github.com/fsprojects/Paket/issues/1942 - I can workaround that by adding --noframework in the build.fsx file, but you cannot run code in fsi.exe in a normal way because of this.

tpetricek commented 8 years ago

It runs locally using build.sh or build.cmd, but it does not yet build the executable for Azure deployment.