vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
589 stars 164 forks source link

DependencyFilter documentation could be improved #2357

Open alvarezguille opened 6 years ago

alvarezguille commented 6 years ago

Code sample right now assumes that all @JavaScript, @HtmlImport and @StyleSheet will be covered by a single bundle, which is possible but not realistic. It's not clear if dependencies' URL will/can use frontend://. Maybe it's more for an advanced tutorial and not for this same section, but an example like the one in tutorial-webcomponents-es5.asciidoc but including bundling and the corresponding DependencyFilter would be quite useful.

pleku commented 6 years ago

It would be useful to use this in one of the starters for a real life example.