Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 27175)
+++ Gruntfile.js	(working copy)
@@ -417,6 +417,9 @@
 
 	grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']);
 
+	// Make the patch_wordpress task available via patch
+	grunt.renameTask('patch_wordpress', 'patch');
+
 	// Default task.
 	grunt.registerTask('default', ['build']);
 
Index: package.json
===================================================================
--- package.json	(revision 27175)
+++ package.json	(working copy)
@@ -24,6 +24,7 @@
     "grunt-autoprefixer": "~0.6.5",
     "grunt-jsvalidate": "~0.2.2",
     "grunt-contrib-imagemin" : "~0.4.1",
+	"grunt-patch-wordpress" : "~0.1.0",
     "matchdep": "~0.3.0"
   }
 }
