Skip to:
Content

BuddyPress.org

Changeset 8500


Ignore:
Timestamp:
06/10/2014 08:44:40 PM (10 years ago)
Author:
djpaul
Message:

Remove BP-Default from trunk. Release builds will still include BP-Default.

See #5212, and for background, https://bpdevel.wordpress.com/2014/04/16/grunt-coming-to-buddypress/
Find BP-Default on Github: https://github.com/buddypress/BP-Default

Location:
trunk
Files:
104 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8487 r8500  
    3131
    3232    BP_EXCLUDED_JS = [
    33         '!bp-templates/bp-legacy/js/*.js',
    34         '!bp-themes/bp-default/_inc/*.js'
     33        '!bp-templates/bp-legacy/js/*.js'
    3534    ];
    3635
     
    241240            },
    242241            bpdefault: {
    243                 command: 'svn export https://themes.svn.wordpress.org/bp-default/1.9 bp-default',
    244                 cwd: BUILD_DIR + 'bp-themes',
     242                command: 'svn export https://github.com/buddypress/BP-Default.git/trunk bp-themes/bp-default',
     243                cwd: BUILD_DIR,
    245244                stdout: false
    246245            }
     
    270269    grunt.registerTask( 'build',         ['jshint', 'cssjanus:core'] );
    271270    grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'imagemin'] );
    272     grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'makepot', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );
     271    grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'makepot', 'exec:bbpress', 'exec:bpdefault', 'test'] );
    273272
    274273
Note: See TracChangeset for help on using the changeset viewer.