I'd like to replace a partial in my app with a template when scaffolding with Yeoman. Everything seems to work out fine, but I get this conflict error during the scaffold.
this.template(
'conditional-files/html/_signup.email.html', 'app/html/partials/_main.signup.html'
);
conflict app/html/partials/_main.signup.html
[?] Overwrite app/html/partials/_main.signup.html? (Ynaxdh)
Is there a way to avoid this? I looked into passing a {status: 'force'} but that didn't seem to work.