Implicit targets with template extensions default to copy
jayvdb opened this issue · 2 comments
jayvdb commented
foo.jj2: foo.jj2
could default to copy.
For coala , and the other times I have implemented moban, this and binary files are only time that the copy:
section was necessary.
chfw commented
This looks like a rule that if target file extension is the same as source, it is copy unless template engine is explicitly expressed.
jayvdb commented
yup, that sounds good.