anhulife / gulp-static-hash

A gulp plugin for cache files by adding a hash version append their name(like a.js?v=hash)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What about "svg-sprites" ?

jt3k opened this issue · comments

for example:

before

<svg>
   <use xlink:href="/assets/images/icon.svg#my-svg-sprite"></use>
</svg>

after

<svg>
   <use xlink:href="/assets/images/icon.svg?v=fa661cd#my-svg-sprite"></use>
</svg>

sorry, I messed up the config file

svg works fine!