Skip to content

Commit 10243d0

Browse files
committed
Merge branch 'fix/gutenberg-clean-before-build' into fix/missing-new-files
2 parents 038cd7a + 25b9b9e commit 10243d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = function(grunt) {
5151
gutenbergFiles = [
5252
'wp-includes/js/dist',
5353
'wp-includes/css/dist',
54+
'wp-includes/images/icon-library',
5455
// Old location kept temporarily to ensure they are cleaned up.
5556
'wp-includes/icons',
5657
],
@@ -2157,6 +2158,7 @@ module.exports = function(grunt) {
21572158
} );
21582159

21592160
grunt.registerTask( 'build:gutenberg', [
2161+
'clean:gutenberg',
21602162
'copy:gutenberg-php',
21612163
'routes:setup',
21622164
'copy:routes',

0 commit comments

Comments
 (0)