mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
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:
parent
262e849cdd
commit
71aa99360e
@ -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', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user