Changeset 9982 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 06/25/2020 03:50:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r9938 r9982 527 527 if ( empty( preg_grep( '!\.(?:js|jsx)$!i', $build_files ) ) ) { 528 528 // Finally, just grab whatever js/css files there are in the current directory. 529 $build_files += Filesystem::list_files( "$base_dir/$block_dir", false, ' !\.(?:js|jsx|css)$!i' );529 $build_files += Filesystem::list_files( "$base_dir/$block_dir", false, '#(?<!webpack\.config)\.(?:js|jsx|css)$#i' ); 530 530 } 531 531 }
Note: See TracChangeset
for help on using the changeset viewer.