From 71aa99360eb4a01fdf172353028e176c5b1bb2d1 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 13 Mar 2015 21:08:14 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1a574d3050..34b7673838 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', [