Reputation: 33
I am using vaadin designer 8 , when i add some styles in mytheme it appears only with the designer tool not with localhost
mytheme
Vaadin designer
localhost
Upvotes: 1
Views: 51
Reputation: 10633
Couple of hints
Recompile the theme "mvn vaadin:compile-theme" (if I read this right, Designer does autorecompile on the fly, which may explain the phenomenom, i.e. via localhost you get old theme)
Try shift+refresh on browser, to force re-loading theme. Sometimes browser reads the old theme from its cache.
Upvotes: 3