gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

TypeError: superclass mismatch for class Literal #203

Closed ilicmarko closed 9 years ago

ilicmarko commented 9 years ago

I read a lot about this issue but still can't solve it, and the problem is this is only for grunt if I run compass outside grunt it works, compiles normally. Info: Sass 3.4.15 (Selective Steve) Compass 1.0.3 (Polaris) ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] Grun-cli (v0.1.13)

What should I do?

Edit: I tested it and it works without compass. compass: false

ilicmarko commented 9 years ago

The problem was with ruby and compass. I installed ruby and installed it with RVM, then installed compass... Works like a charm RVM tutorial