Compiling an app to a single binary - possible?

ilya-stromberg ilya-stromberg-2009 at yandex.ru
Sun Nov 17 22:25:02 PST 2013


On Monday, 18 November 2013 at 00:12:57 UTC, Jacek Furmankiewicz 
wrote:
> In this case is the content of "./public" compiled directly 
> into the executable (let's say the way all web resources are 
> compiled into a Java WAR file), or does it have to be a 
> separate folder on the filesystem, deployed alongside the main 
> executable?

The "./public" folder have to be a separate folder. All Diet 
templates in "./views" folder compile directly into the 
executable.
See also "The recommended structure for a project is about as 
follows:" section.


More information about the Digitalmars-d-learn mailing list