diff options
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)); }); |