Question

I faced a problem with Assetic's CSS rewrite. It works fine in the sense it makes the URLs correct, however, it also ruins data:image URLs like this:

background: url('data:image/svg+xml;base64,PD94bWw...');

into:

background: url('../../bundles/proj/css/data:image/svg+xml;base64,PD94bWw...');

Is there a workaround or a fix to this?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top