You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll notice that all single quotes are removed after concatenation, which results in bad SVG. Same problem appears with double quotes.
This problem disappears when I use the option rebaseUrls : false. Is this the correct behavior ?
When using base64 encoded resource, there is no problem.
I'm using gulp-concat-css 2.2.0
The text was updated successfully, but these errors were encountered:
Hi,
I've just encontered a bug during concatenation of files containing inlined SVG
produces
You'll notice that all single quotes are removed after concatenation, which results in bad SVG. Same problem appears with double quotes.
This problem disappears when I use the option
rebaseUrls : false
. Is this the correct behavior ?When using base64 encoded resource, there is no problem.
I'm using
gulp-concat-css 2.2.0
The text was updated successfully, but these errors were encountered: