optimize gulp image uploads

This commit is contained in:
Matt Walsh 2025-05-15 09:02:49 -05:00
commit 93ac03acd4
No known key found for this signature in database
3 changed files with 283 additions and 263 deletions

View file

@ -151,6 +151,7 @@ const upload = () => src(uploadSources, { base: './dist', encoding: false })
const imageSources = [
'server/fonts/**',
'server/images/**',
'!server/images/gimp/**',
];
const uploadImages = () => src(imageSources, { base: './server', encoding: false })
.pipe(