Updated gulp to version assets correctly

This commit is contained in:
Sam Potts
2015-03-03 00:14:31 +11:00
parent 148481eccc
commit 894ac8088d
3 changed files with 7 additions and 6 deletions

View File

@ -72,7 +72,7 @@ The SVG sprite for the controls icons is loaded in by AJAX to help with performa
c.innerHTML=a.responseText;
b.insertBefore(c,b.childNodes[0])
}
})(document,"//cdn.plyr.io/1.0.19/sprite.svg");
})(document,"dist/sprite.svg");
</script>
```
More info on SVG sprites here: