Small bug fixes

This commit is contained in:
Sam Potts
2016-01-21 09:43:27 +11:00
parent 84a1b03d7d
commit 76917751e3
8 changed files with 26 additions and 14 deletions

View File

@ -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));
});