Keats / kickstart

A scaffolding tool to get new projects up and running quickly
MIT License
367 stars 25 forks source link

Clarify copy_without_render #67

Open cdlm opened 1 month ago

cdlm commented 1 month ago

It's not clear what copy_without_render will be matched against and how.

Judging from the source code the glob pattern is used as-is, against the "real" path (fully resolved in the filesystem? relative to output directory?) of the destination where the template file would be copied to, but:

Keats commented 1 month ago
  1. Not sure, would have to test it
  2. Correct, they are not templated right now it could be added
  3. Ideally that's how it would work