FathomDocs / fathom

MIT License
0 stars 0 forks source link

Finish building/committing WebSharp dependencies #3

Closed ryanwersal closed 7 years ago

ryanwersal commented 7 years ago

Just need to figure out why the dll isn't getting loaded...or whatever is going wrong and causing it to not display the console log.

ryanwersal commented 7 years ago

Best I can tell I don't think I can get rid of the runtime mono dependency (specifically that is must be installed). There may be a subset of mono that I can ship in the repo to alleviate that dependency but I'm not sure.

Worst case scenario: could run a .NET Core Kestrel server and just do a normal webapp that just happens to run alongside the actual client app but I'll save that option as a last resort.