Skip to content

Commit 14b393d

Browse files
committed
Use the correct globbing pattern to allow negation
1 parent 91a598d commit 14b393d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function(grunt) {
5555
'wp-includes/script-modules',
5656
'wp-includes/js/dist',
5757
'wp-includes/css/dist',
58-
'wp-includes/blocks',
58+
'wp-includes/blocks/**/*',
5959
'!wp-includes/blocks/index.php',
6060
'wp-includes/icons',
6161
],

0 commit comments

Comments
 (0)