File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1279,6 +1279,14 @@ module.exports = function(grunt) {
12791279 BUILD_DIR + 'wp-includes/js/dist/commands.js' ,
12801280 ] ,
12811281 dest : BUILD_DIR + 'wp-includes/js/dist/'
1282+ } ,
1283+ {
1284+ expand : true ,
1285+ flatten : true ,
1286+ src : [
1287+ BUILD_DIR + 'wp-includes/js/dist/vendor/**/*.js'
1288+ ] ,
1289+ dest : BUILD_DIR + 'wp-includes/js/dist/vendor/'
12821290 }
12831291 ]
12841292 }
Original file line number Diff line number Diff line change 837837 'wp-includes/blocks/post-template/editor.min.css ' ,
838838 'wp-includes/blocks/post-template/editor-rtl.css ' ,
839839 'wp-includes/blocks/post-template/editor-rtl.min.css ' ,
840- 'wp-includes/js/dist/undo-manager.js ' ,
841- 'wp-includes/js/dist/undo-manager.min.js ' ,
842840 'wp-includes/js/dist/fields.min.js ' ,
843841 'wp-includes/js/dist/fields.js ' ,
844842 // 6.9
You can’t perform that action at this time.
0 commit comments