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

Adds imgAreaSelect to the uglify grunt process.

Merge of [42930] to the 4.9 branch.

Props adamsilverstein.
See #41242.

git-svn-id: https://develop.svn.wordpress.org/branches/4.9@42932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2018-04-03 19:50:21 +00:00
parent 3b0c5c58a7
commit e8287f7904
2 changed files with 6 additions and 1 deletions

View File

@ -544,6 +544,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: {
@ -799,6 +803,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