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. Built from https://develop.svn.wordpress.org/trunk@43329 git-svn-id: http://core.svn.wordpress.org/trunk@43157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9115444ee7
commit
fa5cf0a7d6
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43328';
|
||||
$wp_version = '5.0-alpha-43329';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue