我的 CSS 不适用于通过 zappa\express\node.js 渲染的应用程序

发布于 2025-01-01 18:25:05 字数 316 浏览 1 评论 0原文

我的代码副本在这里 http://pastebin.com/jcLRCrQr

一切加载正常,CCS 表解析,javascript\coffescript 文件加载并工作正常,但是样式无法应用,

奇怪的是当我直接访问 css 文件时,即 /lib/css/bootstrap.css 它们没有格式化,事实上,就好像所有空白都被删除了。

我在 Firefox 和 Chromium 中尝试过此操作,但遇到了同样的问题。

任何帮助将不胜感激。

A copy of my code is here
http://pastebin.com/jcLRCrQr

Everything loads fine and the CCS sheets resolve, the javascript\coffescript files load and work correctly, however the styles fail to apply

a wierd thing is when i access the css files directly i.e /lib/css/bootstrap.css
they do not come out formatted, infact its as if all the whitespace has been stripped out.

I have tried this in firefox and chromium and get the same issue.

any help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

2025-01-08 18:25:05

好吧,我想通了,感谢所有的尝试。

必须在每个 .css 文件的响应上设置内容类型

,即 res.contentType "css"

Ok i figured it out , thanks to all that had a go.

the content type had to be set on the response for each .css file

i.e res.contentType "css"

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