mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
3b0c5c58a7
commit
e8287f7904
@ -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
Loading…
x
Reference in New Issue
Block a user