Sproutcore:添加自定义样式表或脚本
我似乎找不到这方面的好教程。 这很简单:我想将样式表/js 文件链接到应用程序的 HEAD 部分。
我找到了 index.html 文件的位置(在 tmp/build/static/my_project/en/current 中),我可以对其进行更改,但我认为这是错误的方法。
I just can't seem to find a good tutorial on this.
It's simple: I want to link a stylesheet / js file to the HEAD section of my application.
I found where the index.html file is (in tmp/build/static/my_project/en/current) and I can make changes to it, but I think this is the wrong way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到了一种方法:
在应用程序的 Buildfile 中添加以下内容:
并将样式表放入资源目录中,其中 main_page.js 和 loading.rhtml 位于
Ok I found a way:
in the Buildfile of your app add this:
and put your stylesheet into the resources dir, where your main_page.js and loading.rhtml is