Skip to:
Content

bbPress.org

Changeset 6000


Ignore:
Timestamp:
04/07/2016 06:21:38 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Revert [5999] grunt-legacy-util update, from 0.2.0 to 1.0.0

This changeset reverts the above change as I missed the 1.0.0 recommended change to use require('child_process').spawn over grunt.util.spawn. Per NodeJS docs here and here for NodeJS versions 5.x and 4.x respectively this needs some more testing and changes to the Grunt phpunit task and multi task.

Another option per grunt-legacy-util #10 is to switch to cross-spawn-async

Both above options will require *nix and Windows testing.

6000 is the natural number following 5999 and preceding 6001.

See #2918

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5999 r6000  
    1818    "grunt-exec": "~0.4.6",
    1919    "grunt-jsvalidate": "~0.2.2",
    20     "grunt-legacy-util": "~1.0.0",
     20    "grunt-legacy-util": "^0.2.0",
    2121    "grunt-patch-wordpress": "~0.3.0",
    2222    "grunt-postcss": "~0.8.0",
Note: See TracChangeset for help on using the changeset viewer.