You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works fine with compass 0.12, but when I upgraded compass watch would no longer "watch". When I stop watching, I get:
$ compass watch
>>> Compass is watching for changes. Press Ctrl-C to Stop.
^C
Happy Styling!
TypeError on line ["115"] of /usr/local/opt/rbenv/versions/2.0.0-rc2/lib/ruby/gems/2.0.0/bundler/gems/compass-e761e672434e/lib/compass/watcher/project_watcher.rb: no implicit conversion of Sass::CssImporter::Importer into String
Run with --trace to see the full backtrace
If I comment that line out, watch continues to work.
The text was updated successfully, but these errors were encountered:
I have the following line in my compass.rb:
Works fine with compass 0.12, but when I upgraded
compass watch
would no longer "watch". When I stop watching, I get:If I comment that line out, watch continues to work.
The text was updated successfully, but these errors were encountered: