Skip to content

Commit a8da572

Browse files
committed
Ajout du .zip pour les logo
1 parent 6d45205 commit a8da572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function zipLogos(){
346346
target.src + 'img/logo-ministere.svg',
347347
])
348348
.pipe(zip('logotype.zip'))
349-
.pipe(dest(target.buildStyleguide));
349+
.pipe(dest(target.buildStyleguide + 'zip'));
350350
}
351351

352352
function zipSizes(){

0 commit comments

Comments
 (0)