Skip to:
Content

BuddyPress.org

Changeset 12822


Ignore:
Timestamp:
12/12/2020 10:42:14 AM (6 years ago)
Author:
imath
Message:

Branch 7.0 needs to use branch 0.3 of BP REST

Update the Grunt task that includes the BP REST API during the build process so that it uses the branch 0.3 of the BP REST plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0/Gruntfile.js

    r12814 r12822  
    352352                        },
    353353                        rest_api: {
    354                                 command: 'svn export --force https://github.com/buddypress/BP-REST.git/trunk bp-rest',
     354                                command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.3 bp-rest',
    355355                                cwd: BUILD_DIR,
    356356                                stdout: false
Note: See TracChangeset for help on using the changeset viewer.