Changeset 8502
- Timestamp:
- 06/10/2014 09:16:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r8500 r8502 235 235 exec: { 236 236 bbpress: { 237 command: 'svn export https://bbpress.svn.wordpress.org/tags/1.2 bbpress',237 command: 'svn export --force https://bbpress.svn.wordpress.org/tags/1.2 bbpress', 238 238 cwd: BUILD_DIR + 'bp-forums', 239 239 stdout: false 240 240 }, 241 241 bpdefault: { 242 command: 'svn export https://github.com/buddypress/BP-Default.git/trunk bp-themes/bp-default',242 command: 'svn export --force https://github.com/buddypress/BP-Default.git/trunk bp-themes/bp-default', 243 243 cwd: BUILD_DIR, 244 244 stdout: false
Note: See TracChangeset
for help on using the changeset viewer.