Skip to content
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

Generator don't replace correctly boilerplate in template files #13

Open
asacolips opened this issue Apr 26, 2024 · 0 comments
Open

Generator don't replace correctly boilerplate in template files #13

asacolips opened this issue Apr 26, 2024 · 0 comments

Comments

@asacolips
Copy link
Contributor

In GitLab by @kyaEH1 on Apr 26, 2024, 03:48

Hello team,

I have generated the system with the generator (npm generate)

On the actor and items templates, there are remaining links to the boilerplate link

item-feature-sheet.hbs line 31
{{> "systems/boilerplate/templates/item/parts/item-effects.hbs"}}

actor-npc-sheet line 66
{{> "systems/boilerplate/templates/actor/parts/actor-items.hbs"}}

actor-character-sheet line 80
{{> "systems/boilerplate/templates/actor/parts/actor-features.hbs"}}

There might be other template files that were not replaced by the generator.
After fixing manually, there were no more issues on my test, you did a great job 😄

I couldn't also edit the generator file to give you a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant