Skip to:
Content

BuddyPress.org

Changeset 8502


Ignore:
Timestamp:
06/10/2014 09:16:20 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Force grunt exec tasks to run Subversion exports even when directories exist by adding --force flag to commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8500 r8502  
    235235        exec: {
    236236            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',
    238238                cwd: BUILD_DIR + 'bp-forums',
    239239                stdout: false
    240240            },
    241241            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',
    243243                cwd: BUILD_DIR,
    244244                stdout: false
Note: See TracChangeset for help on using the changeset viewer.