Just writing this down for the benefit of any future developers using the awesome dev release of zen 7.x-5.x and using compass + sass on OSX.

When running compass watch on the generated sub theme an error occurs along the line of:

FSSM::FileNotFoundError on line 86 of /Library/Ruby/Gems/1.8/gems/fssm-0.2.9/lib/fssm/path.rb

I have built a custom distribution and included zen in my build. Due to this my theme(s) exist in /profiles and not /sites/all/modules while in config.rb specific mention is made to sites/all and sites/default, comment these statements out and error no longer presents itself and compass can keep polling for changes.

Comments

johnalbin’s picture

Oh, snap. Hmm… I don't really have a good solution for this.

Thanks for the note!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

SilviaT’s picture

I had the same issue on a project for a Drupal theme: in my config.rb file that came from another environment there where some settings that caused this error: in particular there where some 'import' commands that tried to import non existing paths on my env. Not sure this is your case, but try to have a look at the config file.