Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 01:15 UTC
Updated:
10 May 2012 at 07:54 UTC
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
Comment #1
johnalbinOh, snap. Hmm… I don't really have a good solution for this.
Thanks for the note!
Comment #3
SilviaT commentedI 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.