Does the YUI compressor have support for rewriting relative paths?

The problem is that when starting the YUI compressor (.NET MsBuild task), the minimized css file retains the same relative paths as in the source ones, and given my content structure, this leads to incorrect paths to images and other resources. Does YUI have the ability to configure it to rewrite these URLs? If this is not the case, are there any other tools that can help with this?

+7
source share

All Articles