Hi there,

Thanks for a great theme. Still all new to me, and hopefully a theme, I can learn to use with time.

I get an error in my compiler, and wondered what to do about it:

error sass/app.scss (Line 2 of sass/_settings.scss: File to import not found or unreadable: foundation/foundation-global.
Load paths:
C:/xxxxxxxxxxxxxxxxxxxxx/zoundation/base/sass
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/sassy-math-1.5/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/modular-scale-1.0.6/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss
Compass::SpriteImporter)
create stylesheets/app.css
create stylesheets/fonts/general_enclosed_foundicons.css
create stylesheets/fonts/general_enclosed_foundicons_ie7.css
create stylesheets/normalize.css

- Christian

Comments

abelb’s picture

hi, looks like you need to update your zurb-foundation ruby gem. You are using 3.2.5 but you need to be using foundation 4.

http://foundation.zurb.com/docs/sass.html

gem update zurb-foundation

you may have to do
sudo gem update zurb-foundation

s@ilor’s picture

Duh! :)

Why didn't I think of this?

Thanks, Andrea!

s@ilor’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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