Skip to:
Content

BuddyPress.org

Ticket #8799: 8799.patch

File 8799.patch, 441 bytes (added by imath, 3 years ago)
  • Gruntfile.js

    diff --git Gruntfile.js Gruntfile.js
    index 97067be80..ffa87b477 100644
    module.exports = function( grunt ) { 
    412412                                stdout: true
    413413                        },
    414414                        rest_api: {
    415                                 command: 'svn export --force https://github.com/buddypress/BP-REST.git/trunk bp-rest',
     415                                command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.7 bp-rest',
    416416                                cwd: BUILD_DIR,
    417417                                stdout: false
    418418                        },