Jul 19, 2016
Setup Output Folder For Websharper Projects
There are part of software development which aren’t very exciting. Setting up output directories is one of them. But we have to go through it because having a well defined output structure helps tremendously when time comes to deploy and publish an application. When using the default template from WebSharper, it could be confusing how and where binaries goes when build the application.
In fact choosing between Debug and Release make no difference, it all goes under the \bin folder.