Build: Remove source map from jquery.form.min.js.

Minimize jquery.form.js as part of build process to remove the source map reference. 

Modify source map tests to include all JavaScript files rather than testing Backbone and jQuery only.

Props pento.
Fixes #46218.


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


git-svn-id: http://core.svn.wordpress.org/trunk@44572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2019-02-14 00:07:49 +00:00
parent fd8a3db97b
commit a51ca641ec
2 changed files with 2 additions and 13 deletions

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-RC1-44739';
$wp_version = '5.1-RC1-44740';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.