Sproutcore:添加自定义样式表或脚本

发布于 2024-08-28 02:47:42 字数 153 浏览 4 评论 0原文

我似乎找不到这方面的好教程。 这很简单:我想将样式表/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 技术交流群。

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

发布评论

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

评论(1

窗影残 2024-09-04 02:47:42

好的,我找到了一种方法:

在应用程序的 Buildfile 中添加以下内容:

:styles => "resources/styles.css"

并将样式表放入资源目录中,其中 main_page.js 和 loading.rhtml 位于

Ok I found a way:

in the Buildfile of your app add this:

:styles => "resources/styles.css"

and put your stylesheet into the resources dir, where your main_page.js and loading.rhtml is

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