The command grunt imagemin output the following to a random file.
grunt imagemin
Fatal error: ENOENT, no such file or directory \'app/public/assets/img/epg/rec
I had the same issue with grunt-contrib-imagemin and it was because I was running grunt with sudo.
My fix was to do a chown and a chmod on the entire structure then run grunt without sudo...