When Eclipse rebuilds the project, it typically deletes the target/classes folder but leaves the rest of the target folder alone. If you are using the fetch cdn mode, then Eclipse will delete the fetched widget set but vaadin:compile will just say "No changes in widgetset" and not re-fetch it
When Eclipse rebuilds the project, it typically deletes the
target/classes
folder but leaves the rest of thetarget
folder alone. If you are using thefetch
cdn mode, then Eclipse will delete the fetched widget set but vaadin:compile will just say "No changes in widgetset" and not re-fetch it