mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +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',
|
'imagemin:core',
|
||||||
'browserify',
|
'browserify',
|
||||||
'jshint:corejs',
|
'jshint:corejs',
|
||||||
'qunit:compiled',
|
'uglify:bookmarklet',
|
||||||
'uglify:bookmarklet'
|
'qunit:compiled'
|
||||||
] );
|
] );
|
||||||
|
|
||||||
grunt.registerTask( 'copy:all', [
|
grunt.registerTask( 'copy:all', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user