Skip to content

Commit ae1484c

Browse files
committed
Update editor related npm packages
The npm packages needed updating for 6.4 to the latest. Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski Fixes #59411 git-svn-id: https://develop.svn.wordpress.org/trunk@56710 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e77aaf1 commit ae1484c

File tree

79 files changed

+31202
-3156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+31202
-3156
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ module.exports = function(grunt) {
171171
'webpack-assets': webpackFiles.map( function( file ) {
172172
return setFilePath( WORKING_DIR, file );
173173
} ),
174+
'interactivity-assets': [
175+
WORKING_DIR + 'wp-includes/js/dist/interactivity.asset.php',
176+
WORKING_DIR + 'wp-includes/js/dist/interactivity.min.asset.php',
177+
],
174178
dynamic: {
175179
dot: true,
176180
expand: true,
@@ -1458,6 +1462,7 @@ module.exports = function(grunt) {
14581462
'clean:webpack-assets',
14591463
'webpack:prod',
14601464
'webpack:dev',
1465+
'clean:interactivity-assets',
14611466
] );
14621467

14631468
grunt.registerTask( 'build:js', [

0 commit comments

Comments
 (0)