We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 038cd7a + 25b9b9e commit 10243d0Copy full SHA for 10243d0
1 file changed
Gruntfile.js
@@ -51,6 +51,7 @@ module.exports = function(grunt) {
51
gutenbergFiles = [
52
'wp-includes/js/dist',
53
'wp-includes/css/dist',
54
+ 'wp-includes/images/icon-library',
55
// Old location kept temporarily to ensure they are cleaned up.
56
'wp-includes/icons',
57
],
@@ -2157,6 +2158,7 @@ module.exports = function(grunt) {
2157
2158
} );
2159
2160
grunt.registerTask( 'build:gutenberg', [
2161
+ 'clean:gutenberg',
2162
'copy:gutenberg-php',
2163
'routes:setup',
2164
'copy:routes',
0 commit comments