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
{{ message }}
This repository was archived by the owner on Mar 18, 2023. It is now read-only.
I'd really like to be able to use this in a project I'm working on. However, since the update to the latest version I can't seem to find an example where this is loading from a local folder. It seems to me like the current example is pointing at a CDN for your svg files (hence the Put function mark at your chunk text).
What I'd like to do is pull down my svgs from a repository and then point this plugin at the downloaded SVGs. Then, as a part of my webpack build, I'd like to get a full sprite sheet.
Is this possible with this plugin? If so what's the easiest way to do that with this current version?
The text was updated successfully, but these errors were encountered:
It's unfortunate because gulp/grunt-svgstore plugins are so easy to use and the documentation is very straightforward. This plugin gets almost 1000 downloads a day and you'd think there'd be more examples out there.
Hey,
I'd really like to be able to use this in a project I'm working on. However, since the update to the latest version I can't seem to find an example where this is loading from a local folder. It seems to me like the current example is pointing at a CDN for your svg files (hence the
Put function mark at your chunk
text).What I'd like to do is pull down my svgs from a repository and then point this plugin at the downloaded SVGs. Then, as a part of my webpack build, I'd like to get a full sprite sheet.
Is this possible with this plugin? If so what's the easiest way to do that with this current version?
The text was updated successfully, but these errors were encountered: