Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2019 05:20:03 AM (6 years ago)
Author:
imath
Message:

Bump 5.0 branch versions to 5.1.0-alpha

Update the exec:rest_api Grunt task of the 5.0 branch so that it builds the BP REST API with the 0.1 branch of the BP REST plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/Gruntfile.js

    r12451 r12472  
    330330            },
    331331            rest_api: {
    332                 command: 'svn export --force https://github.com/buddypress/BP-REST.git/trunk bp-rest',
     332                command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.1 bp-rest',
    333333                cwd: BUILD_DIR,
    334334                stdout: false
Note: See TracChangeset for help on using the changeset viewer.