[wp-trac] [WordPress Trac] #64716: `grunt clean` does not clean block editor-related files copied in new build process
WordPress Trac
noreply at wordpress.org
Thu Mar 19 02:49:08 UTC 2026
#64716: `grunt clean` does not clean block editor-related files copied in new build
process
------------------------------+----------------------
Reporter: desrosj | Owner: desrosj
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
------------------------------+----------------------
Comment (by desrosj):
In [changeset:"62052" 62052]:
{{{
#!CommitTicketReference repository="" revision="62052"
Build/Test Tools: Copy block editor files to `src` after download.
The block editor-related files were previously present in the `src`
directory and subject to version control. However, [61439] removed them
from version control and has broken some workflows and testing setups that
run the PHPUnit tests from `src`.
There is work ongoing to restore those files to version control with their
respective change history. But until that happens, this updates the
`download.js` script and `gutenberg:download` Grunt task to run
`build:gutenberg —dev` every time the build asset is downloaded to ensure
the files are present in `src`.
Props mywp459, amykamala, jorbin.
Fixes #64716. See #64393.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64716#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list