diff options
author | Sam Potts <me@sampotts.me> | 2016-01-21 09:43:27 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-01-21 09:43:27 +1100 |
commit | 76917751e38c942c5ae66a2db1dde6625f0ad208 (patch) | |
tree | 93d48467c7d0732f68c878236c7c6f21845f71a4 /gulpfile.js | |
parent | 84a1b03d7d2a4788b4c25fa4b3cea0b62b90f2d1 (diff) | |
download | plyr-76917751e38c942c5ae66a2db1dde6625f0ad208.tar.lz plyr-76917751e38c942c5ae66a2db1dde6625f0ad208.tar.xz plyr-76917751e38c942c5ae66a2db1dde6625f0ad208.zip |
Small bug fixes
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
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)); }); |