Deprecation warning on ruby with compass Deprecation warning on ruby with compass ruby ruby

Deprecation warning on ruby with compass


This just happened to me too. I closed out of the terminal and reopened it, then tried compass watch, at which point it logged the modified sass file but did not write to the css file. So then I ran compass clean followed by compass watch again and then it was working properly.


In this case, you just need to stop compass watch command (or restart the cmd) and start the sass-convert function that will fix this problem for you. Next time just regularly use compass watch. Hope this will help.