Make WordPress Core

Ticket #27023: 27023.4.diff

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

     
    417417
    418418        grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']);
    419419
     420        // Make the patch_wordpress task available via patch
     421        grunt.renameTask('patch_wordpress', 'patch');
     422
    420423        // Default task.
    421424        grunt.registerTask('default', ['build']);
    422425
  • 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.0",
    2728    "matchdep": "~0.3.0"
    2829  }
    2930}