-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implicit targets with template extensions default to copy #322
Comments
This looks like a rule that if target file extension is the same as source, it is copy unless template engine is explicitly expressed. |
yup, that sounds good. |
chfw
added a commit
that referenced
this issue
Sep 11, 2019
chfw
changed the title
Targets with template extensions default to copy
Implicit targets with template extensions default to copy
Sep 11, 2019
chfw
added a commit
that referenced
this issue
Oct 7, 2019
* 📚 add migration notes. #322 * 🚜 relocate files for coherence * 🚜 relocated plugins.py * 🚜 grouped all plugins to plugins directory * 🚜 relocated data loader manager to core folder * 🚜 relocated definitions to core folder * 🚜 relocated hashstore to core folder * 💚 enable plugins to be found as module * 👕 update coding style * 💚 update hardcode references * 🚜 relocate utils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: