I\'m having a problem with my compass watch command - it worked fine up until a few days ago. I have made no changes to my config files.
I reinstalled Compass, used
I believe this is due to versioning conflicts with sass.
https://rubygems.org/gems/compass gem is currently at v0.12.16 currently - add this to Gemfile
v0.12.16
gem 'sass', '3.2.19' gem 'compass', '0.12.6'
You may be required to uninstall all versions of both gems first.