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

Recursively regenerate all template files to detect errors early ? #126

Open
albert-kam opened this issue Jan 3, 2020 · 1 comment
Open

Comments

@albert-kam
Copy link

I'm currently using dynamic interface + rendering approach to speed up my process development.

And from time to time, i'd be refactoring classes into different packages, or diff names, or method names can also be refactored. But when we forgot to change those in the templates, the error can be known only when we access the page.

Is there a convenient way, for example a maven plugin, that will try to regenerate and recompile all template files, ending with .rocker.html, so that we can see the error messages right away in the IDE ?

@jjlauer
Copy link
Member

jjlauer commented Jan 7, 2020

There may be IDE-specific ways of re-running Maven goals on code changes. If you figure this out, a quick write up we could share with others in the README could be awesome.

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

2 participants