Skip to:
Content

BuddyPress.org

Ticket #6064: 6064.1.diff

File 6064.1.diff, 879 bytes (added by netweb, 11 years ago)
  • Gruntfile.js

     
    230230         */
    231231        grunt.registerTask( 'src',     ['jsvalidate:src', 'jshint', 'cssjanus'] );
    232232        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'] );
    235235
    236236        // Testing tasks.
    237237        grunt.registerMultiTask( 'phpunit', 'Runs PHPUnit tests, including the ajax and multisite tests.', function() {