有没有办法将 GWT 设置为在编译名称中包含样式名称?
我广泛使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您
在 .gwt.xml 文件中进行设置时,生成的类名将包含原始类名。
When you set
in your .gwt.xml file, then the resulting class names will contain the original class name.