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

PNG output, but not CSS #27

Open
dotherightthing opened this issue Jul 12, 2012 · 0 comments
Open

PNG output, but not CSS #27

dotherightthing opened this issue Jul 12, 2012 · 0 comments

Comments

@dotherightthing
Copy link

Hi,

Thanks for creating this app, spriting is really fiddly so this has the potential to be a massive time-saver, and of course encourage devs to use spriting for faster loading pages.

This is my first time using spritemapper but I am running into a few issues.

  1. I have reexported my image files as PNG24
  2. I have rewritten my background URL paths to use the default relative pathing
  3. I have moved all images to be sprited into a single folder

When I run the generator in Terminal (OS X 10.7.3):

  1. the sprite png is output, as a sibling of the target image folder
  2. the modified CSS file is output, as a sibling of the source CSS file, but the only modification is that an extra space is inserted before the url() parameter, eg background:url() becomes background: url(), background: url() becomes background: url() etc

Any idea what I could be doing wrong?

Thanks,
Dan

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