Paths
This commit is contained in:
@ -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)),
|
||||
);
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user