Ticket #27023: 27023.4.diff
File 27023.4.diff, 807 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
417 417 418 418 grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']); 419 419 420 // Make the patch_wordpress task available via patch 421 grunt.renameTask('patch_wordpress', 'patch'); 422 420 423 // Default task. 421 424 grunt.registerTask('default', ['build']); 422 425 -
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.0", 27 28 "matchdep": "~0.3.0" 28 29 } 29 30 }