IONISx / edx-theme

Open edX responsive theme using Bootstrap
http://ioni.sx
54 stars 102 forks source link

imagemin task failing with "Cannot read property 'contents' of undefined" #54

Closed fghaas closed 8 years ago

fghaas commented 8 years ago

Due to an incorrect version dependency on grunt-contrib-imagemin, grunt build would fail with this error (--verbose output shown below):

Running "imagemin:theme" (imagemin) task
Verifying property imagemin.theme exists in config...OK
Files: static/images/logo-edx.png -> static/images/logo-edx.png
Files: static/images/logo-open-edx.png -> static/images/logo-open-edx.png
Files: static/images/logo-white.png -> static/images/logo-white.png
Files: static/images/logo-x-white.png -> static/images/logo-x-white.png
Options: interlaced, optimizationLevel=3, progressive, report="min"
Fatal error: Cannot read property 'contents' of undefined

See related issue: gruntjs/grunt-contrib-imagemin#208.

Applicable fix: bump version dependency in package.json to 1.0.0.