mirror of
https://github.com/konpa/devicon.git
synced 2025-08-06 06:37:48 +02:00
Add fix for bad zip file and logging for build (#1069)
This commit is contained in:
@@ -155,7 +155,6 @@ function cleanUp() {
|
||||
*/
|
||||
function optimizeSvg() {
|
||||
let svgGlob = JSON.parse(yargs.argv.svgFiles);
|
||||
console.log("Optimizing these files: ", svgGlob);
|
||||
return gulp
|
||||
.src(svgGlob)
|
||||
.pipe(svgmin(configOptionCallback))
|
||||
|
Reference in New Issue
Block a user