From 8f78b6992b7aad6503cccf5d4ed81c03104f38d3 Mon Sep 17 00:00:00 2001 From: Eric Morris Date: Tue, 29 Oct 2013 15:46:35 -0700 Subject: [PATCH] Exclude testing files from server deploy for docs. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../../' -- 2.47.3