rewrite URLs in CSS files
- by Don
Hi,
I'm writing a Maven plugin that merges CSS files together. So all the CSS files that match /foo/bar/*.css might get merged to /foo/merged.css.
A concern is that in a file such as /foo/bar/baz.css there might be a property such as:
background: url("images/pic.jpg")
So when the file is merged into /foo/merged.css this will need to be changed…