Reputation: 683
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
Upvotes: 2
Views: 5839
Reputation: 5426
Rename your file with the .sass extention and put them in a /public/stylesheets/sass directory.
Upvotes: 5