aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-01-27 01:15:54 +1100
committerSam Potts <sam@potts.es>2019-01-27 01:15:54 +1100
commit6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8 (patch)
tree385ea08b040e7e39da37c8fb727e49cac862d502 /gulpfile.js
parent32e8cce5277c6a55bcdf683558b3357c9c514310 (diff)
downloadplyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.tar.lz
plyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.tar.xz
plyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.zip
Paths
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 56a6e7a3..b536662b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -189,7 +189,8 @@ const build = {
.pipe(svgstore())
.pipe(rename({ basename: bundle }))
.pipe(size(sizeOptions))
- .pipe(gulp.dest(paths[bundle].output)),
+ .pipe(gulp.dest(paths[bundle].output))
+ .pipe(gulp.dest(paths.demo.output)),
);
},
};