On Wed, 07 May 2014 17:18:27 +0200, Sönke Ludwig wrote:

Sorry, missed that. Can you post the dub.json of the www.luismarques.eu
package? I'll try to reproduce it.

{
	"name": "www.luismarques.eu",
	"description": "Personal Web page of Luís Marques",
	"homepage": "http://www.luismarques.eu",
	"copyright": "Copyright © 2013, Luís Marques",
	"authors": [
		"Luís Marques"
	],
	"dependencies": {
        "vibe-d": ">=0.7.19",
        "ddb": ">=0.1.0"
	},
    "stringImportPaths": [".", "views"],
    "configurations" : [
        {
            "name": "dev-osx",
            "targetType": "executable",
            "mainSourceFile": "app.d",
            "platforms": ["osx"],
            "versions": ["dev"]
        },
        {
            "name": "production-linux",
            "targetType": "executable",
            "mainSourceFile": "app.d",
            "platforms": ["linux"],
            "versions": ["production"]
        }
    ],
    "versions": ["VibeDefaultMain"]
}