aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-03-03 00:14:31 +1100
committerSam Potts <me@sampotts.me>2015-03-03 00:14:31 +1100
commit894ac8088dac76067d86e717878f3c76c2a680e1 (patch)
tree27c722962472c416e1b7cb7d9db405c75d0bb1aa /gulpfile.js
parent148481ecccb6d135a99d5ed7a420e8bdccd01c75 (diff)
downloadplyr-894ac8088dac76067d86e717878f3c76c2a680e1.tar.lz
plyr-894ac8088dac76067d86e717878f3c76c2a680e1.tar.xz
plyr-894ac8088dac76067d86e717878f3c76c2a680e1.zip
Updated gulp to version assets correctly
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 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));
});