Make WordPress Core

Changeset 31774


Ignore:
Timestamp:
03/13/2015 09:08:14 PM (12 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r31750 r31774  
    591591                'browserify',
    592592                'jshint:corejs',
    593                 'qunit:compiled',
    594                 'uglify:bookmarklet'
     593                'uglify:bookmarklet',
     594                'qunit:compiled'
    595595        ] );
    596596
Note: See TracChangeset for help on using the changeset viewer.