On Monday, 16 July 2018 at 08:28:06 UTC, Timoses wrote:
On Sunday, 15 July 2018 at 00:25:22 UTC, Venkat wrote:
[...]

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

There's this open issue in the vibed repo as well -> https://github.com/vibe-d/vibe.d/issues/676

and a script in the comments that may help what I have not tried out.

Cheers,
- Ali

Reply via email to