Skip to:
Content

BuddyPress.org

Changeset 8487


Ignore:
Timestamp:
06/08/2014 10:28:39 PM (11 years ago)
Author:
djpaul
Message:

Grunt: Update phpunit grunt task to not use deprecated util

Fixes #5627, props netweb

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8469 r8487  
    3535    ];
    3636
    37     require( 'matchdep' ).filterDev( 'grunt-*' ).forEach( grunt.loadNpmTasks );
     37    require( 'matchdep' ).filterDev( ['grunt-*', '!grunt-legacy-util'] ).forEach( grunt.loadNpmTasks );
     38    grunt.util = require( 'grunt-legacy-util' );
    3839
    3940
  • trunk/package.json

    r8483 r8487  
    1818    "grunt-cssjanus": "~0.2.2",
    1919    "grunt-exec": "~0.4.5",
     20    "grunt-legacy-util": "^0.2.0",
    2021    "grunt-patch-wordpress": "~0.2.1",
    2122    "grunt-phpunit": "~0.3.3",
Note: See TracChangeset for help on using the changeset viewer.