Vaadin mytheme样式表不适用于localhost

时间:2018-06-23 07:05:29

标签: vaadin

我正在使用vaadin designer 8,当我在mytheme中添加某些样式时,它仅在设计器工具中出现,而在localhost中不出现

主题

enter image description here

Vaadin设计师

enter image description here

本地主机

enter image description here

1 个答案:

答案 0 :(得分:2)

提示夫妇

  1. 重新编译主题"mvn vaadin:compile-theme"(如果我正确阅读了Designer does autorecompile on the fly,这也许可以解释现象,即通过localhost获得旧主题)

  2. 尝试在浏览器上使用shift +刷新,以强制重新加载主题。有时浏览器会从其缓存中读取旧主题。