Make WordPress Core

Ticket #34177: 34177-autoprefixer-postcss.diff

File 34177-autoprefixer-postcss.diff, 1.1 KB (added by netweb, 9 years ago)
  • Gruntfile.js

     
    33        var path = require('path'),
    44                SOURCE_DIR = 'src/',
    55                BUILD_DIR = 'build/',
    6                 autoprefixer = require('autoprefixer-core'),
     6                autoprefixer = require('autoprefixer'),
    77                mediaConfig = {},
    88                mediaBuilds = ['audiovideo', 'grid', 'models', 'views'];
    99
  • package.json

     
    99  "author": "The WordPress Contributors",
    1010  "license": "GPL-2.0+",
    1111  "devDependencies": {
    12     "autoprefixer-core": "~5.2.1",
     12    "autoprefixer": "~6.0.3",
    1313    "grunt": "~0.4.5",
    1414    "grunt-browserify": "~4.0.0",
    1515    "grunt-contrib-clean": "~0.6.0",
     
    2626    "grunt-jsvalidate": "~0.2.2",
    2727    "grunt-legacy-util": "^0.2.0",
    2828    "grunt-patch-wordpress": "~0.3.0",
    29     "grunt-postcss": "~0.5.4",
     29    "grunt-postcss": "~0.6.0",
    3030    "grunt-rtlcss": "~1.6.0",
    3131    "grunt-sass": "~1.0.0",
    3232    "matchdep": "~0.3.0"