Separate compilation of Temple templates

Dylan Knutson via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Nov 25 00:36:16 PST 2014


Also, because long compile times due to template compilation are 
a pain for both Vibe's Diet and Temple, I've put together a repo 
demonstrating how to do separate compilation with Temple 
templates:

https://github.com/dymk/temple-separate-compilation

The idea is to put views in separate Dub submodules, so if the 
views don't change, the submodule isn't recompiled with the rest 
of the application.


More information about the Digitalmars-d-announce mailing list