Ticket #27023: 27023.5.diff
File 27023.5.diff, 807 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
427 427 428 428 grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']); 429 429 430 // Make the patch_wordpress task available via patch 431 grunt.renameTask('patch_wordpress', 'patch'); 432 430 433 // Default task. 431 434 grunt.registerTask('default', ['build']); 432 435 -
package.json
24 24 "grunt-autoprefixer": "~0.6.5", 25 25 "grunt-jsvalidate": "~0.2.2", 26 26 "grunt-contrib-imagemin" : "~0.4.1", 27 "grunt-patch-wordpress" : "~0.1.2", 27 28 "matchdep": "~0.3.0" 28 29 } 29 30 }