剥皮流口水 Guvnor
我对 Jboss 5.1 和 Guvnor 5.3 相当陌生,一直在试图找出如何改变 Guvnor 的外观和感觉。我一直无法找到解决方案,并且可能遗漏了一些东西。我知道您可以编辑 CSS 文件,但我正在寻找一种方法来编辑它,同时看看我在做什么。
I am fairly new to Jboss 5.1 and Guvnor 5.3 and have been trying to figure out how to change the look and feel of Guvnor. I haven't been able to find a solution and may be missing something. I realize you can edit the CSS file, but I'm looking for a way to edit it while seeing what I'm doing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只想编辑 CSS 文件,那么我会在 Firefox 或 Chrome 开发工具中使用 FireBug 来立即查看我的更改,然后将更改复制到 CSS 文件。我应该警告您,使用 CSS 编辑所有内容是不可能的。
对于更大的更改,您需要克隆源代码并编译您自己的战争 [1]。拥有一些 GWT 和 java 经验不会有什么坏处。我建议使用 Guvnor GitHub 存储库中的标签之一作为基础。主站可能不稳定。检查 README [2] 了解如何在 IDE 中设置项目。要构建战争,您需要运行“mvn -Dfull clean install”,战争将位于 guvnor-distribution-wars 文件夹中。
[1] https://github.com/droolsjbpm/guvnor
[2] https://github.com/droolsjbpm/droolsjbpm- build-bootstrap/blob/master/README.md
If you just want to edit the CSS-file then I would use FireBug in Firefox or Chromes dev tools to see my changes immediately and then copy the changes to the CSS-file. I should warn you that it is not possible to edit everything using the CSS.
For bigger changes you need to clone the source codes and compile your own war [1]. Some experience in GWT and java will not hurt here. I recommend using one of the tags in the Guvnor GitHub repository as your base. The master can be unstable. Check the README [2] for how to set up the project in your IDE. To build the war you need to run "mvn -Dfull clean install" the wars will be in the guvnor-distribution-wars -folder.
[1] https://github.com/droolsjbpm/guvnor
[2] https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md