Make WordPress Core

Changeset 33129 for trunk/package.json


Ignore:
Timestamp:
07/08/2015 07:53:22 PM (8 years ago)
Author:
jorbin
Message:

Remove grunt-autoprefixer in favor of grunt-postcss with autoprefixer

grunt-autoprefixer was deprecated - https://github.com/nDmitry/grunt-autoprefixer/commit/e020f878d5fe1a3f9f15bc7533b31c12ffa74799
None of the autoprefixer tasks should have been called directly, so they are now removed. grunt precommit and grunt build still work exactly as they should. This change doesn't affect the output of our builds.

An NPM install is required after you have updated after this change.

See #31700
Props netweb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r32988 r33129  
    1010  "license": "GPL-2.0+",
    1111  "devDependencies": {
     12    "autoprefixer-core": "~5.2.1",
    1213    "grunt": "~0.4.5",
    13     "grunt-autoprefixer": "~3.0.0",
    1414    "grunt-browserify": "~3.8.0",
    1515    "grunt-contrib-clean": "~0.6.0",
     
    2727    "grunt-legacy-util": "^0.2.0",
    2828    "grunt-patch-wordpress": "~0.3.0",
     29    "grunt-postcss": "~0.5.4",
    2930    "grunt-rtlcss": "~1.6.0",
    3031    "grunt-sass": "~1.0.0",
Note: See TracChangeset for help on using the changeset viewer.