You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
@aspring, I was wondering if it makes sense to add the ability of specifying which template needs to be processed before a template but within the template itself.
So that if you want to merge multiple templates like in the example:
@aspring, I was wondering if it makes sense to add the ability of specifying which template needs to be processed before a template but within the template itself.
So that if you want to merge multiple templates like in the example:
You just have to specify the last one:
Because it already knows that depends on template 1 & 2. Or it knows that depends on template 2 and template 2 knows it depends on template 1.
Maybe a simple
require_relativewould do but it would be nicer if it was something more integrated into the DSL.