Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianruhstaller committed Feb 14, 2017
2 parents 1e46599 + e70aade commit 8579e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tasks/copy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ rsync -avtR --ignore-errors . $DEST \
--exclude='.*/' \
--exclude='craft/storage/backups/*' \
--exclude='craft/storage/runtime/*' \
--exclude='/public/files'
--exclude='/public/files' \
--exclude='/public/imager'

# copy the important root files
echo 'Copying the root files'
Expand Down

0 comments on commit 8579e9c

Please sign in to comment.