Ticket #34177: 34177-autoprefixer-postcss.diff
File 34177-autoprefixer-postcss.diff, 1.1 KB (added by , 9 years ago) |
---|
-
Gruntfile.js
3 3 var path = require('path'), 4 4 SOURCE_DIR = 'src/', 5 5 BUILD_DIR = 'build/', 6 autoprefixer = require('autoprefixer -core'),6 autoprefixer = require('autoprefixer'), 7 7 mediaConfig = {}, 8 8 mediaBuilds = ['audiovideo', 'grid', 'models', 'views']; 9 9 -
package.json
9 9 "author": "The WordPress Contributors", 10 10 "license": "GPL-2.0+", 11 11 "devDependencies": { 12 "autoprefixer -core": "~5.2.1",12 "autoprefixer": "~6.0.3", 13 13 "grunt": "~0.4.5", 14 14 "grunt-browserify": "~4.0.0", 15 15 "grunt-contrib-clean": "~0.6.0", … … 26 26 "grunt-jsvalidate": "~0.2.2", 27 27 "grunt-legacy-util": "^0.2.0", 28 28 "grunt-patch-wordpress": "~0.3.0", 29 "grunt-postcss": "~0. 5.4",29 "grunt-postcss": "~0.6.0", 30 30 "grunt-rtlcss": "~1.6.0", 31 31 "grunt-sass": "~1.0.0", 32 32 "matchdep": "~0.3.0"