[wp-trac] [WordPress Trac] #44256: Build can fail when `src` folder contains folders with many files
WordPress Trac
noreply at wordpress.org
Fri Jun 1 01:28:55 UTC 2018
#44256: Build can fail when `src` folder contains folders with many files
------------------------------+---------------------
Reporter: adamsilverstein | Owner: pento
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.0
Component: Build/Test Tools | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+---------------------
Changes (by pento):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"43329" 43329]:
{{{
#!CommitTicketReference repository="" revision="43329"
Build Tools: `grunt build` should only copy Core files.
Historically, `grunt build` has copied all files from the `src` directory
to the `build` directory. This is usually fine, but can be super slow when
there are lots of custom plugins or themes in the `src` directory.
To rectify this, we now only copy Core plugins and themes to `build`.
Props adamsilverstein, pento, johnbillion.
Fixes #44256.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44256#comment:20>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list