minify
minify copied to clipboard
Images from plugin folder do not load
Hello, I'm having a issue images that resent in the css plugin folder. In my opinion a base path should be appended to the images urls.
Or i'm doing something wrong ?
Check this:
Can you share some more details? Can you post both the original CSS & the minified CSS? And the paths of both of these (original & minified) CSS files.
The original CSS file should have correct references to all the images (= they should resolve fine relative to the original CSS file). When minifying, those relative paths should be converted to be relative to wherever the minified file is going to be stored to.
From your screenshot, I can not tell if your setup is correct, and what could be going wrong :)