Build Tools: Copy unminified JS files to src.

This allows `SCRIPT_DEBUG` to be set to `true` when running from `src`.

Fixes #45869.

Built from https://develop.svn.wordpress.org/trunk@44529


git-svn-id: http://core.svn.wordpress.org/trunk@44360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-10 01:39:50 +00:00
parent 13c66b1b18
commit e69c1039eb
3 changed files with 1550 additions and 7 deletions

1548
wp-includes/js/underscore.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44528';
$wp_version = '5.1-alpha-44529';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.