grunt-contrib-imagemin icon indicating copy to clipboard operation
grunt-contrib-imagemin copied to clipboard

System cant find the path

Open pajinev opened this issue 3 years ago • 4 comments

Hello..i have a problem with imagemin. have error System cant find the path in file src/img/img-src/content/01_400.jpg Use --force to continue.

in config imagemin.js have content_webp: { options: { use: [imageminWebp()] }, files: [{ expand: true, cwd: 'src/img/img-src/content/', src: ['**/*.jpg'], dest: 'src/img/img-dis/content-webp/' }] },

pajinev avatar Apr 28 '21 11:04 pajinev