marzeelabs / besugo

Boilerplate for MZ version of hugo + netlifyCMS
https://besugo.marzeelabs.org
10 stars 0 forks source link

gulp-responsive shows deprecation warnings #19

Closed Quicksaver closed 7 years ago

Quicksaver commented 7 years ago

Documentation was down when gulp-responsive was implemented. Re-visit later.

(node:1131) DeprecationWarning: quality: use jpeg({ quality: ... }), webp({ quality: ... }) and/or tiff({ quality: ... }) instead (node:1131) DeprecationWarning: progressive: use jpeg({ progressive: ... }) and/or png({ progressive: ... }) instead (node:1131) DeprecationWarning: withoutChromaSubsampling: use jpeg({ chromaSubsampling: "4:4:4" }) instead (node:1131) DeprecationWarning: compressionLevel: use png({ compressionLevel: ... }) instead