Skip to content

Commit

Permalink
fixes to build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul de Wouters committed Oct 9, 2015
1 parent 829abe1 commit 79af2c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grunt/excludes
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ readme
tests
phpunit
.jshintrc
CONTRIBUTING.MD
CONTRIBUTING.md
changelog.txt
.scrutinizer.yml
2 changes: 1 addition & 1 deletion grunt/shell.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
build: {
command: 'mkdir -p releases/svn && rsync -avzrR --exclude-from \'grunt/excludes\' . releases/svn/'
command: 'mkdir -p releases/svn && rsync -avzrR --exclude-from \'grunt/excludes\' . releases/svn/trunk'
}
};

0 comments on commit 79af2c1

Please sign in to comment.