Media: Update minified version of imgAreaSelect after [42874].

Adds imgAreaSelect to the uglify grunt process.

Props adamsilverstein.
Fixes #41242.

git-svn-id: https://develop.svn.wordpress.org/trunk@42930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2018-04-03 19:45:39 +00:00
parent b3943d5742
commit fd168e955c
2 changed files with 6 additions and 1 deletions

View File

@ -554,6 +554,10 @@ module.exports = function(grunt) {
},
src: SOURCE_DIR + 'wp-includes/js/jquery/jquery.masonry.js',
dest: SOURCE_DIR + 'wp-includes/js/jquery/jquery.masonry.min.js'
},
imgareaselect: {
src: SOURCE_DIR + 'wp-includes/js/imgareaselect/jquery.imgareaselect.js',
dest: SOURCE_DIR + 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'
}
},
webpack: {
@ -813,6 +817,7 @@ module.exports = function(grunt) {
'webpack:prod',
'jshint:corejs',
'uglify:masonry',
'uglify:imgareaselect',
'qunit:compiled'
] );

File diff suppressed because one or more lines are too long