firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

imagemin not working using load-grunt-config tasksfile imagemin.js #67

Closed ShubhamBadal closed 10 years ago

ShubhamBadal commented 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.