Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG Injector doesn't work if there is a URL parameter #17

Closed
majksner opened this issue Jul 31, 2014 · 5 comments
Closed

SVG Injector doesn't work if there is a URL parameter #17

majksner opened this issue Jul 31, 2014 · 5 comments

Comments

@majksner
Copy link

<img data-src="/build/img/logo.svg?v=0.1.81" data-fallback="/build/img/logo.png?v=0.1.81" class="svg" alt="Logo">
protodave added a commit that referenced this issue Oct 15, 2014
…meter". Updated the regex that was matching for an svg file extension to allow for query strings.
@protodave
Copy link
Contributor

Fixed this by updating the regex that was matching the SVG file extension to allow for query strings. Adding a version # query string to assets is a common cache-busting technique used by CDNs (including Shopify).

@renestalder
Copy link

@protodave is this already included in the current iconic.js? It seems not to work.

@protodave
Copy link
Contributor

Not yet, but It'll be in the next Iconic release, v1.7.0, which is almost ready. If you want the updated iconic.js sooner just shoot me an email to yourfriends -at- useiconic.com and I'll sent it to you!

@renestalder
Copy link

@protodave Thanks Dave. I temporary added the fix myself to the minified iconic.js (since it's really to update the regex).

I'm okay with waiting for the official release.

@protodave
Copy link
Contributor

Ok, great, thanks. The new Iconic release should be out in the next couple of days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants