The main target runs before the command targets have time to complete. This means you currently have to let it run through twice. No idea what the culprit is.
Edit: I've seen mention of target=template_release online. This implies the existence of target=template_debug. Possibly these are the targets we should be dependencies for, rather than the "target_file_path" target used right now. Ideally, there should be a target for all templates, release or not.
The main target runs before the command targets have time to complete. This means you currently have to let it run through twice. No idea what the culprit is.
Edit: I've seen mention of
target=template_release
online. This implies the existence oftarget=template_debug
. Possibly these are the targets we should be dependencies for, rather than the "target_file_path" target used right now. Ideally, there should be a target for all templates, release or not.