diff --git a/docs/index.html b/docs/index.html index 5dada606..aee5fff6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -67,13 +67,13 @@ - + - + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 302d9d79..2bb410d7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -234,6 +234,7 @@ gulp.task("docs", function () { // Replace versioned files in index.html gulp.src([paths.docs.root + "index.html"]) .pipe(replace(cdnpath, aws.cdn.bucket + "/" + version)) + .pipe(gulp.dest(paths.docs.root)) .pipe(gzip()) .pipe(s3(aws.docs, options.docs)); }); diff --git a/readme.md b/readme.md index 4378197f..8012d70f 100644 --- a/readme.md +++ b/readme.md @@ -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"); ``` More info on SVG sprites here: