From: Eric Morris Date: Tue, 29 Oct 2013 22:46:35 +0000 (-0700) Subject: Exclude testing files from server deploy for docs. X-Git-Tag: v1.0.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f78b6992b7aad6503cccf5d4ed81c03104f38d3;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Exclude testing files from server deploy for docs. --- diff --git a/Gruntfile.js b/Gruntfile.js index 2d776c54..b56e259b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -57,7 +57,7 @@ module.exports = function(grunt) { }, deployDocs: { command: [ - 'cp -r docs build/docs', + 'rsync -r docs build/docs --exclude geshi --exclude geshi.php --exclude index.php', 'cd build/docs', 'rsync -r . ink@zurb.com:/var/www/ink/shared/docs', 'cd ../../'