aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-01-21 09:43:27 +1100
committerSam Potts <me@sampotts.me>2016-01-21 09:43:27 +1100
commit76917751e38c942c5ae66a2db1dde6625f0ad208 (patch)
tree93d48467c7d0732f68c878236c7c6f21845f71a4 /gulpfile.js
parent84a1b03d7d2a4788b4c25fa4b3cea0b62b90f2d1 (diff)
downloadplyr-76917751e38c942c5ae66a2db1dde6625f0ad208.tar.lz
plyr-76917751e38c942c5ae66a2db1dde6625f0ad208.tar.xz
plyr-76917751e38c942c5ae66a2db1dde6625f0ad208.zip
Small bug fixes
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ca7c0de5..35c9d973 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -253,6 +253,7 @@ gulp.task("docs", function () {
// Upload error.html to cdn (as well as docs site)
gulp.src([paths.docs.root + "error.html"])
+ .pipe(replace(localpath, "https://" + aws.cdn.bucket + "/" + version))
.pipe(gzip())
.pipe(s3(aws.cdn, options.docs));
});