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
Comment #1
abelb commentedhi, 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-foundationyou may have to do
sudo gem update zurb-foundationComment #2
s@ilor commentedDuh! :)
Why didn't I think of this?
Thanks, Andrea!
Comment #3
s@ilor commented