Perhaps we need to add some info in the page you linked. Maybe just a short note and provide a link to the “how to load resources dynamically…” page
Yeah, something like that. Would you mind creating an issue in the docs repo about that, and briefly outline what it should say?
Sure. I’ll do when I get back to work after winter holidays.
The thing that threw me off was on the Styling page section Stylesheets
It currently says
Stylesheets are placed in the src/main/resources/META-INF/resources folder, and are loaded with the @StyleSheet annotation.
but it also should say here that for non-Spring apps
Stylesheets are placed in the src/main/resources/webapp folder, and are loaded with the @StyleSheet annotation.
Ah, it is mentioned in this table here: How to load resources dynamically in Vaadin.
But yes, absolutely needs to be mentioned in the Styling section too.
@rofa thanks for the PR! Do we still need the create the issue?
Not if the additions in the PR seem sufficient to you.