Skip to content

Generator don't replace correctly boilerplate in template files

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.