Make WordPress Core

Changeset 61664


Ignore:
Timestamp:
02/17/2026 06:15:43 PM (4 weeks ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r61545 r61664  
    108108            'copy',
    109109            'cssmin',
     110            'imagemin',
    110111            'jshint',
    111112            'qunit',
Note: See TracChangeset for help on using the changeset viewer.