在我的Extjs应用程序中,我将custom.css文件保存在root的resources文件夹中以进行测试,并保存在build-resources文件夹中。并将css路径添加到两个index.html文件(测试和构建)。但每当我转换为构建生产时,index.html文件覆盖和custom.css文件发现丢失。有点问题。我知道这是因为我在外部添加了这个文件。但有没有永久的解决方案来解决这个问题,而不违反Extjs应用程序结构?
答案 0 :(得分:0)
您可以通过scss添加自定义样式。网上有几篇关于样式化ExtJS应用程序的文章。
http://docs.sencha.com/extjs/5.0.0/core_concepts/theming.html
http://www.rallydev.com/community/engineering/guide-custom-themes-extjs-4 [死链接]
如果你只想添加你的单个自定义css文件 - 我不推荐 - 你可以这样做:
Include an existing CSS file in custom extjs theme
http://www.sencha.com/forum/showthread.php?270694-How-to-include-custom-components-CSS-in-build-CSS