Make WordPress Core

Changeset 36906 for trunk/package.json


Ignore:
Timestamp:
03/09/2016 08:54:10 PM (9 years ago)
Author:
jorbin
Message:

Improve grunt precommit task

Instead of running all tasks, all the time, let's run tasks based on the files changed. PHPUNIT is now a precommit task for all php file changes.

This adds a new dependency. Please run npm install.

Fixes #35557
Props ericlewis, netweb, jorbin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r36865 r36906  
    1111  "devDependencies": {
    1212    "autoprefixer": "~6.3.3",
     13    "git-or-svn": "~0.1.0",
    1314    "grunt": "~0.4.5",
    1415    "grunt-browserify": "~4.0.1",
Note: See TracChangeset for help on using the changeset viewer.