有没有办法将 GWT 设置为在编译名称中包含样式名称?

发布于 2024-12-06 00:10:24 字数 160 浏览 0 评论 0原文

我广泛使用 CssResource,现在我生成的 html 充满了 GWXSHFKADAish 类名。我得到了它的所有优点,但为了调试,添加一个将 .selected 转换为 GWXSTY_selected 的标志会很有帮助。有什么办法可以做到这一点吗?

I use CssResource extensively, and now my generated html is full of GWXSHFKADAish class names. I get all of the advantages of that, but for debugging it'd be helpful to add a flag that would turn .selected into GWXSTY_selected. Is there any way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪我终i 2024-12-13 00:10:24

当您

<set-configuration-property name="CssResource.style" value="pretty"/>

在 .gwt.xml 文件中进行设置时,生成的类名将包含原始类名。

When you set

<set-configuration-property name="CssResource.style" value="pretty"/>

in your .gwt.xml file, then the resulting class names will contain the original class name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文