Make WordPress Core

Changeset 55494


Ignore:
Timestamp:
03/09/2023 12:03:36 AM (21 months ago)
Author:
azaozz
Message:

Build/Test Tools: Fix cleaning of old CSS files in wp-includes/blocks/*. Have to be cleaned earlier, before Webpack runs. Not together with the rest of the CSS files.

Props: ironprogrammer, petitphp, hellofromTonya, azaozz.
Fixes: #57891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r55484 r55494  
    4141            'wp-includes/css/*-rtl*.css',
    4242            'wp-admin/css/colors/**/*.css',
    43             'wp-includes/blocks/**/*.css',
    4443        ],
    4544
     
    5655            'wp-includes/assets/*',
    5756            'wp-includes/css/dist',
     57            'wp-includes/blocks/**/*.css',
    5858            '!wp-includes/assets/script-loader-packages.min.php',
    5959        ],
Note: See TracChangeset for help on using the changeset viewer.