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.