Am 18.04.2013 20:54, schrieb Matej Nanut:

Hello,

I've tried doing this but it complains about multiple "main" functions.

Is it possible to do? The project works if I invoke vibe manually.

Thanks,
Matej

Currently it is necessary to add {"versions": ["VibeCustomMain"]} to
the project's package.json.

I hope to find a more elegant solution at some point, but the issue is
that the previous "include vibe.d normally and vibe.vibe for custom
main" approach makes it necessary to use rdmd or a similar dependency
based build system - and that conflicts with the way the IDEs handle the
build process...