Settings.scss has this line uncommented in the sub theme

@import "foundation/foundation-global";

and that file and folder don't exist so compass throws an error:

error sass/app.scss (Line 2 of sass/_settings.scss: File to import not found or unreadable: foundation/foundation-global.
Load paths:
  /opt/bitnami/apps/drupal/htdocs/sites/all/themes/zound/sass
  /root/.gem/ruby/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets
  /root/.gem/ruby/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets
  /root/.gem/ruby/2.0.0/gems/zurb-foundation-4.1.5/scss
  Compass::SpriteImporter)

Its easy to fix by commenting it out but pretty confusing the first time you try to edit any of the scss files. But after that sass is all working well.
Thanks

Comments

abelb’s picture

Looking into this. What version of the zurb-foundation gem are you using?

abelb’s picture

Assigned: Unassigned » abelb
abelb’s picture

Zurb updated foundation code when they updated the gem. I have replaced the code in app.scss and _settings.scss in the zoundation code and STARTERKIT
http://drupalcode.org/project/zoundation.git/commit/92236c6

abelb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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