Skip to:
Content

BuddyPress.org

Changeset 8373


Ignore:
Timestamp:
05/04/2014 03:15:30 PM (11 years ago)
Author:
djpaul
Message:

Grunt: switch imagemin back to version 0.4.1

0.6.1 has some dependency issue that doesn’t seem to be automatically
resolved. Switching it back to the version of the package that
WordPress core uses.

This commit is part of a series that will re-organise BuddyPress trunk
to use a Grunt build process. See #5160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r8356 r8373  
    1111        "grunt-contrib-copy": "~0.5.0",
    1212        "grunt-contrib-cssmin": "~0.9.0",
    13         "grunt-contrib-imagemin": "~0.6.1",
     13        "grunt-contrib-imagemin": "~0.4.1",
    1414        "grunt-contrib-uglify": "~0.4.0",
    1515        "grunt-contrib-watch": "~0.6.1",
Note: See TracChangeset for help on using the changeset viewer.