optimize gulp image uploads
This commit is contained in:
parent
23a0dd6870
commit
93ac03acd4
3 changed files with 283 additions and 263 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue