Closed ShubhamBadal closed 10 years ago
I have placed this line which is a module used by imagemin in my gruntfile below var mozjpeg = require('imagemin-mozjpeg');
It shows warnings like Loading "Gruntfile.js" tasks...ERROR
ERROR: Cannot find module 'imagemin-mozjpeg'
or
Fatal Error: Cannot read property 'contents' of undefined
however it works well on png images, all this happends after finishing png files processing i guess.
I have placed this line which is a module used by imagemin in my gruntfile below var mozjpeg = require('imagemin-mozjpeg');
It shows warnings like Loading "Gruntfile.js" tasks...ERROR
or
Fatal Error: Cannot read property 'contents' of undefined
however it works well on png images, all this happends after finishing png files processing i guess.