pdf added

This commit is contained in:
Beverly Nguyen
2024-10-25 11:00:51 -07:00
parent d8ae3f3056
commit cf3c7be9bf

View File

@@ -113,7 +113,7 @@ const copyImages = () => {
);
};
// Task to copy images
// Task to pdf files
const copyPDF = () => {
return src(paths.src + 'pdf/**/*', { encoding: false }).pipe(
dest(paths.dist + 'pdf/')