Open neilrenicker opened 11 years ago
need some more critical information: Operating system Ruby version Compass version are you using oly_png?
OK, I have more info and a fix on this issue. I opened the original PNG files in Photoshop and re-saved them with 'Interlaced' turned off (as per this stackoverflow answer).
Could Compass add descriptive error handling to make this easier to debug in the future?
Well that sucks. @wvanbergen any advice on how we can detect this? Should we consider this a bug in chunky_png?
Looks like it. Is it possible to get me a copy of the image in question?
I have the same problem. In my case it was loss of one image by sprite. After added it back, everything works fine. It's funny becouse usually Sass always said about it, but in this case Sass decide said about it like "undefined method `unpack' for nil:NilClass".
Hope it's help someone.
I'm consistently getting the above error with a fairly simple sprites setup.
Here's my
config.rb
:Here's my file structure:
Here's my sprites import in my
.scss
file:Here's the full error: