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

file to import not found or unreadable #39

Closed
pdewouters opened this issue Apr 25, 2012 · 9 comments
Closed

file to import not found or unreadable #39

pdewouters opened this issue Apr 25, 2012 · 9 comments

Comments

@pdewouters
Copy link

Syntax error: File to import not found or unreadable: fancy-buttons.
Load paths:
F:/clients/localdev/wpdev/wp-content/themes/wpc-childtheme/sass
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/blueprint/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets
C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-susy-plugin-0.9/sass
Compass::SpriteImporter
on line 1 of F:/clients/localdev/wpdev/wp-content/themes/wpc-childtheme/sass/buttons.scss

1: F:/clients/localdev/wpdev/wp-content/themes/wpc-childtheme/sass/buttons.scss

Config.rb has this
require 'fancy-buttons'

and buttons.scss
@import "fancy-buttons";

@imathis
Copy link
Owner

imathis commented Apr 25, 2012

Did you run the install command? compass install -r fancy-buttons -f fancy-buttons

@pdewouters
Copy link
Author

yes, it's an existing project.
do I have to add this in config.rb?
rails: compass.config, other: config.rb

@imathis
Copy link
Owner

imathis commented Apr 25, 2012

It looks like it's not able to find the fancy-buttons gem. Perhaps you didn't install it? gem install fancy-buttons or something is wonky with your gem setup.

@pdewouters
Copy link
Author

the gem is installed

@imathis
Copy link
Owner

imathis commented Apr 25, 2012

Was it working before, or did you just try it for the first time? Honestly it seems like something isn't properly configured.

@pdewouters
Copy link
Author

first time.
the source is here:
https://github.com/pdewouters/genesis-child-theme

@imathis
Copy link
Owner

imathis commented Apr 25, 2012

I just checked out your code, uncommented the fancy-buttons stuff and I was able to compile it without any problems. Looks like this is an issue on your end.

@imathis imathis closed this as completed Apr 25, 2012
@pdewouters
Copy link
Author

thanks for that!
it's weird because I'm using other gems without issues.
I'll try re-installing

@pdewouters
Copy link
Author

re-installing the gem did the trick

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

2 participants