Skip to content

Commit 92865ac

Browse files
GambitGambit
authored andcommitted
include defaults.json
1 parent 803dc06 commit 92865ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ 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.
3132
path.resolve( __dirname, './dist/**' ),
3233
path.resolve( __dirname, './freemius/**' ),
3334
path.resolve( __dirname, './languages/**' ),

0 commit comments

Comments
 (0)