PressThis: in Grunt, minify the bookmarklet before copying the files to /build.

See #31373.

git-svn-id: https://develop.svn.wordpress.org/trunk@31774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-03-13 21:08:14 +00:00
parent 262e849cdd
commit 71aa99360e
1 changed files with 2 additions and 2 deletions

View File

@ -590,8 +590,8 @@ module.exports = function(grunt) {
'imagemin:core',
'browserify',
'jshint:corejs',
'qunit:compiled',
'uglify:bookmarklet'
'uglify:bookmarklet',
'qunit:compiled'
] );
grunt.registerTask( 'copy:all', [