[wp-trac] [WordPress Trac] #64393: Change how we include Gutenberg in Core
WordPress Trac
noreply at wordpress.org
Thu Mar 26 19:21:44 UTC 2026
#64393: Change how we include Gutenberg in Core
------------------------------+--------------------------
Reporter: youknowriad | Owner: youknowriad
Type: task (blessed) | Status: reopened
Priority: high | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: blocker | Resolution:
Keywords: has-patch | Focuses:
------------------------------+--------------------------
Comment (by jorbin):
In [changeset:"62155" 62155]:
{{{
#!CommitTicketReference repository="" revision="62155"
Build/Test: Set svn:global-ignore for built block files.
After [62117] through [62144] along with [62147] through [62149], a number
of block directories included css files as the result of `npm build`. To
fix this and prevent a recurrence when new blocks are added, this moves
from the `svn:ignore` property needing to be set on each individual
directory to using the `svn:global-ignores` property which is recursive.
This was accomplished by running the following commands:
{{{
svn propdel svn:ignore -R src/wp-includes/blocks/*
svn propset svn:global-ignores '*.css
*.js
*.js.map' src/wp-includes/blocks
}}}
Discussed in
https://wordpress.slack.com/archives/C08D0Q6BHNY/p1774546046110849
Reviewed-by:dmsnell and jonsurrell.
Props dmsnell, johnbillion, jonsurrell, jorbin.
See #64393.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64393#comment:249>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list