SASS 与 Rails 3
昨天我遇到了 HAML 和 Rails 3 的问题,但这些问题自行解决了。
今天我想尝试一下 SASS,但它不起作用。我已将文件重命名为 file.scss。 GemFile 已与 gem "haml"
保持同步。出现错误,因为 Rails 无法渲染我的 css 文件。
有人有解决这个问题的想法吗?
彼得
yesterday I`ve got problems with HAML and Rails 3 which resolved themself.
Today i wanted to try SASS and its not working. I have renamed my files to file.scss. The GemFile is up to date with gem "haml"
. There comes an error, because Rails can`t render my css files.
Has anyone some ideas to solve this problem?
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 .sass 扩展名重命名您的文件,并将它们放在 /public/stylesheets/sass 目录中。
Rename your file with the .sass extention and put them in a /public/stylesheets/sass directory.