Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#46295 closed task (blessed) (fixed)

Build: Minify images

Reported by: pento Owned by: desrosj
Priority: normal Milestone: 5.1.1
Component: Build/Test Tools Version:
Severity: normal Keywords:
Cc: Focuses:

Description

After grunt-contrib-imagemin was upgrade in WordPress 5.0, running grunt precommit:image causes src/wp-admin/images/loading.gif to be minified a little more.

This change needs to be committed, but isn't urgent for the 5.1 release.

Change History (6)

This ticket was mentioned in Slack in #core by pento. View the logs.


7 years ago

#2 @desrosj
7 years ago

  • Owner set to desrosj
  • Status newassigned

#3 @desrosj
7 years ago

  • Resolutionfixed
  • Status assignedclosed

In 44768:

Build: Minify images

After grunt-contrib-imagemin was upgraded in WordPress 5.0, the grunt precommit:image task results in further minifications to loading.gif.

Fixes #46295.

#4 @desrosj
7 years ago

  • Resolution fixed
  • Status closedreopened

Reopening for backport consideration.

This ticket was mentioned in Slack in #core by lukecarbis. View the logs.


7 years ago

#6 @desrosj
7 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 44783:

Build: Minify images

After grunt-contrib-imagemin was upgraded in WordPress 5.0, the grunt precommit:image task results in further minifications to loading.gif.

Merges [44768] to the 5.1 branch.

Fixes #46295.

Note: See TracTickets for help on using tickets.