在 Rails 3.0.1 中使用 Sass
我正在尝试在我正在开发的 Rails 3.0.1 项目中使用 sass 。我安装了 gem,但是当我创建一个 scss 文件并添加一些样式时,什么也没有发生。我一直在寻找答案,似乎其他人也安装了 haml,我需要这个吗?
i am trying to use sass in a rails 3.0.1 project that i am working on. I install the gem but when i create a scss file and add some style nothing happens. I've been searching for an answer and it seems others have haml installed as well, do I need this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为除了 SASS 之外,您还应该添加资产管道(Sprockets)。
下面是解释 Rails 3.0.x 设置的要点。
https://gist.github.com/911003
I think you should add the assets pipeline (Sprockets) in addition to SASS.
Here is a gist that explains the setup for Rails 3.0.x.
https://gist.github.com/911003