Skip to content

Commit 86e8136

Browse files
committed
remove defaults.json from buildInclude in gulp
1 parent fa8560f commit 86e8136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const buildInclude = [
2828
path.resolve( __dirname, './*.+(txt|php)' ), // All files in the root.
2929
path.resolve( __dirname, './src/**/*.php' ), // Only PHP files in our source files, others will be compiled into dist.
3030
path.resolve( __dirname, './src/**/block.json' ), // Allow block metadata files.
31-
path.resolve( __dirname, './src/plugins/global-settings/*/defaults.json' ), // Global layout defaults.
3231
path.resolve( __dirname, './dist/**' ),
3332
path.resolve( __dirname, './freemius/**' ),
3433
path.resolve( __dirname, './languages/**' ),

0 commit comments

Comments
 (0)