Make WordPress Core

Changeset 59083 for trunk/.gitignore


Ignore:
Timestamp:
09/24/2024 07:33:55 AM (17 months ago)
Author:
gziolo
Message:

Build: Prepare for more Script Modules

This is a companion to https://github.com/WordPress/gutenberg/pull/65460 that requires syncing in WordPress Core. Namely, the block-library changes require registration with their updated script module IDs so that the blocks continue to work correctly.

They key improvement is script modules registration is handled in one central place, and a combined asset file is used to improve the performance by avoiding multiple disk operations for every individual file.

Props jonsurrell, gziolo, wildworks, noisysocks.
See #60647, #59462.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r59038 r59083  
    3232/src/wp-includes/assets/*
    3333!/src/wp-includes/assets/script-loader-packages.min.php
     34!/src/wp-includes/assets/script-modules-packages.min.php
    3435/src/wp-includes/js
    3536/src/wp-includes/css/dist
Note: See TracChangeset for help on using the changeset viewer.