orangy
static("public") { // handle urls that start with /public
files("public") // serve files that are in public subfolder
}
Use resources from correct URL:
<link rel="stylesheet" type="text/css" href="/public/styles/style.css">
With these changes everything just works