Commit 43d1411
authored
Copy cli/src/templates/ into cli/lucli/templates/codegen/ before
packaging the wheels-module tarball so Templates.cfc::resolveTemplateDir()
finds them at moduleRoot/templates/codegen/ in installed distributions.
Without this step, every template-driven generator (model, controller,
view, scaffold, helper, api-resource) either fails with "Template not
found" or emits empty output in installed Wheels — the bug was masked in
CI and monorepo development because resolveTemplateDir() falls back to
cli/src/templates/ at its source path.
1 parent 2f1c989 commit 43d1411
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
201 | 207 | | |
202 | 208 | | |
203 | 209 | | |
| |||
0 commit comments