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

Error:spritecss.main: image : not readable #23

Open
rodgerthat opened this issue Mar 30, 2012 · 1 comment
Open

Error:spritecss.main: image : not readable #23

rodgerthat opened this issue Mar 30, 2012 · 1 comment

Comments

@rodgerthat
Copy link

thank you for taking the time and effort to create spritemapper.
this is exactly what we have been looking for,

unfortunately i am having a slight problem,

i'm specifying configuration options inline in the css,
i only have one folder of images,
but i keep getting this error:

ERROR:spritecss.main: ../go.jpg : not readable

i've checked my file paths and everything seems to be in order.

any thoughts?

ty again for your work, it's a really great tool and we'd love to use it in our production work,

@rodgerthat
Copy link
Author

tyty to Ludvig Ericson for the catch,
There was some trailing whitespace in my url() for the background images,
url(../images/sprites/whatever.jpg )
vs
url(../images/sprites/whatever.jpg)
it was getting picked up by the parser as part of the filename.

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

1 participant