Make WordPress Core

Ticket #27023: 27023.5.diff

File 27023.5.diff, 807 bytes (added by jorbin, 11 years ago)
  • Gruntfile.js

     
    427427
    428428        grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']);
    429429
     430        // Make the patch_wordpress task available via patch
     431        grunt.renameTask('patch_wordpress', 'patch');
     432
    430433        // Default task.
    431434        grunt.registerTask('default', ['build']);
    432435
  • package.json

     
    2424    "grunt-autoprefixer": "~0.6.5",
    2525    "grunt-jsvalidate": "~0.2.2",
    2626    "grunt-contrib-imagemin" : "~0.4.1",
     27    "grunt-patch-wordpress" : "~0.1.2",
    2728    "matchdep": "~0.3.0"
    2829  }
    2930}