Use minified jquery-ui-core file during qunit:compiled Grunt task.
[30989] made jQuery UI Core a dependency for QUnit tests. This change did not account for the fact that jQuery JS assets are minimized (and non-minimized versions unavailable) when `grunt copy` populates the `/build` directory. To ensure that QUnit tests pass when run during `grunt qunit:compiled`, we manually fix the asset path to read 'core.min.js'. See #25781. Built from https://develop.svn.wordpress.org/trunk@31344 git-svn-id: http://core.svn.wordpress.org/trunk@31325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa053ea65b
commit
4169032f6f
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31343';
|
$wp_version = '4.2-alpha-31344';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue