Ticket #8799: 8799.patch
| File 8799.patch, 441 bytes (added by , 3 years ago) |
|---|
-
Gruntfile.js
diff --git Gruntfile.js Gruntfile.js index 97067be80..ffa87b477 100644
module.exports = function( grunt ) { 412 412 stdout: true 413 413 }, 414 414 rest_api: { 415 command: 'svn export --force https://github.com/buddypress/BP-REST.git/ trunkbp-rest',415 command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.7 bp-rest', 416 416 cwd: BUILD_DIR, 417 417 stdout: false 418 418 },