davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

aggregating CSS which contains relative reference #52

Open momo22 opened 11 years ago

momo22 commented 11 years ago

I am aggregating several CSS files. The output file is created in an other directory than the aggregated files. If the aggregated files refers an other file, e.g. an image like this background: url(../images/bg-searchbx.png) 0 0 no-repeat; than this reference is not valid anymore.

The aggregator should be aware of this and adapt the reference.