Make WordPress Core

Changeset 61446


Ignore:
Timestamp:
01/06/2026 10:47:06 AM (3 months ago)
Author:
youknowriad
Message:

Build/Test Tools: Update Gutenberg hash to fix CSS minification.

Updates the Gutenberg ref to include changes that generate both minified and non-minified CSS files during build. Previously, the build only produced a single CSS file (e.g., style.css), causing missing asset errors when SCRIPT_DEBUG is set to false, as Core expects .min.css files.

Props peterwilsoncc, dd32, tyxla, jsnajdr, mcsf.
Fixes #64393.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r61438 r61446  
    88    },
    99    "gutenberg": {
    10         "ref": "b79bbe25a1b00ce640bfab363f182c678181082f"
     10        "ref": "dea73b609a80016eb1cf3893ea183fe106a06740"
    1111    },
    1212    "engines": {
Note: See TracChangeset for help on using the changeset viewer.