mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 23:53:52 -05:00
pdf added
This commit is contained in:
@@ -113,7 +113,7 @@ const copyImages = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Task to copy images
|
// Task to pdf files
|
||||||
const copyPDF = () => {
|
const copyPDF = () => {
|
||||||
return src(paths.src + 'pdf/**/*', { encoding: false }).pipe(
|
return src(paths.src + 'pdf/**/*', { encoding: false }).pipe(
|
||||||
dest(paths.dist + 'pdf/')
|
dest(paths.dist + 'pdf/')
|
||||||
|
|||||||
Reference in New Issue
Block a user