I wrote a Java Web Application where I replace URLs to static content at build time to add version information, primarely for caching.
For example, href=\"mya
href=\"mya
I had the same problem with 1.5.2 and reverted to
file1, file2
however I can imagine one would not like to add a dozen files manually...