On Sunday, 15 July 2018 at 00:25:22 UTC, Venkat wrote:
I am writing a simple vibe.d app. The following is what I do right now.

- I make changes.
- build
- Restart the server.

Is there any tool that will auto publish my changes as I save them ? I am using Visual Studio Code.

Thanks
Venkat

I don't believe there currently exists a tool to rebuild the Diet templates on the fly. The Diet templates require a step during compilation (I think), so that the entire application has to be rebuilt (at least the part that has the diet templates). If you have a large project, what I've heard from others what they do, is split the project into smaller pieces and can therefore have shorter compilation times [1].

There's also DiamondMVC which you could try depending on your use case [2], though I haven't tried it out myself.

[1] https://forum.dlang.org/post/txgoxzroscysfbvio...@forum.dlang.org
[2] https://github.com/DiamondMVC/Diamond

Reply via email to