From cf3c7be9bfca660ffbce41faaaa05ef17c47fc92 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 25 Oct 2024 11:00:51 -0700 Subject: [PATCH] pdf added --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 26a3a5720..5df3a8691 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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/')