From 87a82338664538994927f8127d6693af29892cd9 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:19:10 -0800 Subject: [PATCH] Add `imagemin` to the list of Grunt dependencies. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index fd6e1f9051591..e329d524ccd15 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,6 +108,7 @@ module.exports = function(grunt) { 'concat', 'copy', 'cssmin', + 'imagemin', 'jshint', 'qunit', 'uglify',