Ticket #6064: 6064.1.diff
| File 6064.1.diff, 879 bytes (added by , 11 years ago) |
|---|
-
Gruntfile.js
230 230 */ 231 231 grunt.registerTask( 'src', ['jsvalidate:src', 'jshint', 'cssjanus'] ); 232 232 grunt.registerTask( 'commit', ['src', 'checktextdomain', 'imagemin'] ); 233 grunt.registerTask( ' release',['commit', 'clean:all', 'copy:files', 'uglify', 'jsvalidate:build', 'cssmin', 'makepot', 'exec:bpdefault'] );234 grunt.registerTask( ' build', ['release', 'exec:bbpress'] );233 grunt.registerTask( 'build', ['commit', 'clean:all', 'copy:files', 'uglify', 'jsvalidate:build', 'cssmin', 'makepot', 'exec:bpdefault'] ); 234 grunt.registerTask( 'release', ['build', 'exec:bbpress'] ); 235 235 236 236 // Testing tasks. 237 237 grunt.registerMultiTask( 'phpunit', 'Runs PHPUnit tests, including the ajax and multisite tests.', function() {