Skip to content

Commit 2e8938e

Browse files
committed
Build/Test Tools: Load grunt-contrib-imagemin again.
In [59797], the `matchdep` dependency was removed because it has been abandoned. The `grunt-contrib-imagemin` package was missed in the list of `gruntDependencies` to load that replaced the functionality for `matchdep`. This adds `imagemin` to the list to restore the `precommit:image` Grunt task functionality. Props jorbin. Fixes #64328. git-svn-id: https://develop.svn.wordpress.org/trunk@61664 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5432fd8 commit 2e8938e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module.exports = function(grunt) {
107107
'concat',
108108
'copy',
109109
'cssmin',
110+
'imagemin',
110111
'jshint',
111112
'qunit',
112113
'uglify',

0 commit comments

Comments
 (0)