Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#46295 closed task (blessed) (fixed)

Build: Minify images

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

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.


5 years ago

#2 @desrosj
5 years ago

  • Owner set to desrosj
  • Status changed from new to assigned

#3 @desrosj
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

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
5 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for backport consideration.

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


5 years ago

#6 @desrosj
5 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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.