开发者

SASS with Rails 3

开发者 https://www.devze.com 2023-01-17 11:37 出处:网络
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 \"h

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.

Ha开发者_运维问答s anyone some ideas to solve this problem?

Peter


Rename your file with the .sass extention and put them in a /public/stylesheets/sass directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消