Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update problems #775

Closed
kaspar-allenbach opened this issue Aug 9, 2012 · 3 comments
Closed

Update problems #775

kaspar-allenbach opened this issue Aug 9, 2012 · 3 comments

Comments

@kaspar-allenbach
Copy link

Hi I updated foundation with '[sudo] gem update zurb-foundation'

That destroied something.
Now when I type compass watch …

The following error appears:
error ui.scss (Line 2: File to import not found or unreadable: foundation/base.

What does this mean?

@hatefulcrawdad
Copy link

There was one version of the gem (3.0.6) where we separated out all the files, etc. That wasn't really working so we changed it on 3.0.7+. You can change any line that says, "foundation/base" to just "foundation". You might also need to relink your stylesheet to only include app.css since it all compiles there now.

@kaspar-allenbach
Copy link
Author

Ah okay. Thanks.

Do you know any link which explains that whole gem thing? What happens in the background when i install the gem? And what happens when I update the gem?
I don't realy understand what I'm doing there. I always just donwloaded the Zip file.
This gem thingy looks like witchcraft to me :)

@mhayes
Copy link
Contributor

mhayes commented Aug 15, 2012

When it comes to understanding the gem stuff this should be a pretty good place to start:

http://compass-style.org/help/tutorials/extensions/

It explains how Compass extensions (Foundation is just a Compass extension) are structured and how they behave. Hope that helps you out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants