|
|
|
|
|
by gamache
4831 days ago
|
|
There were a few things I noticed: - You need to be using 'sass-rails', not 'sass', in your Gemfile for config.sass to work. Don't put it in the :assets group, either. - You must set config.sass.compress = false (or rather, you must not set it to true!) - You'll probably need to blow away your assets cache (tmp/cache/assets/* or public/assets/*) to see the changes. I just got it working with a Rails app at work, and I am pleased with the results. Chrome Web Inspector continues to make my life easier! |
|
Second line of CSS/SCSS reference appears but it's like ..:4 and points to no file.
Screenshot: http://i.imgur.com/4EJBBjd.png