]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Exclude testing files from server deploy for docs.
authorEric Morris <eric@zurb.com>
Tue, 29 Oct 2013 22:46:35 +0000 (15:46 -0700)
committerEric Morris <eric@zurb.com>
Tue, 29 Oct 2013 22:46:35 +0000 (15:46 -0700)
Gruntfile.js

index 2d776c5441efa71e5b2c545e0a7c5f9bc703af1f..b56e259b940aa4404db530142352a1eef6f6186a 100644 (file)
@@ -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 ../../'