Build Tools: Avoid doing copy:dynamic when running grunt watch when using --dev option.

This prevents erroneously copying a file from source onto itself in source.

Props westonruter, jorbin.
Merges [56461] to the 6.3 branch.
Fixes #59196.




Built from https://develop.svn.wordpress.org/branches/6.3@56782


git-svn-id: http://core.svn.wordpress.org/branches/6.3@56294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-10-04 19:50:26 +00:00
parent 173c028dd5
commit 2b4b283c35

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3.2-alpha-56781';
$wp_version = '6.3.2-alpha-56782';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.