我的 CSS 不适用于通过 zappa\express\node.js 渲染的应用程序
我的代码副本在这里 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我想通了,感谢所有的尝试。
必须在每个 .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"