Last Updated: February 25, 2016
·
731
· zigotica

compass NoMethodError

If you get

NoMethodError (…) undefined method `deep_copy' (…)

when compiling a Sass file from Compass (ie compass watch), most likely you need to update Sass. Or Compass. Or both. Just do the elementary

gem install sass
gem install compass