mattheu / MinQueue

WordPress Plugin: Minify and concatenate enqueued scripts and styles
60 stars 18 forks source link

no images loaded #14

Closed STDPLM closed 11 years ago

STDPLM commented 11 years ago

Hi, I tried this plugin out, but I noticed that all CSS where I have images isn't working properly. Even with common css styles from prettyphoto, I only see the counter, no close, next/prev images etc.

mattheu commented 11 years ago

The minified file is created at a different location from the original CSS - so it rewrites the path to the images to a path relative to the site root instead. Can you check what the original image path was, and what it is being rewritten to?

I also have a new version of the plugin ready to be realeased soon, I've just merged it into master here on github. Try updating to this - it might fix your problem.