Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因为一段时间以来,当我用例如 Firebug 来查看它们时,我的所有 css 类名都被混淆了(比如 div.O0NPTOB-qk)。这对于生产使用是可以的,但在开发模式下运行时(使用代码服务器)则不行。
谁能给我一个提示如何禁用它?
谢谢。
当然,使用:
<set-configuration-property name="CssResource.style" value="pretty"/>
在你的 ***.gwt.xml