This commit is contained in:
Sam Potts
2019-01-27 01:15:54 +11:00
parent 32e8cce527
commit 6bf6c3f0f4
6 changed files with 7 additions and 5 deletions

View File

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