From 11170c4a2c0fd22ff79d5a8e6e3f7893a472dab7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 16 Dec 2013 00:45:23 +0100 Subject: [PATCH] rsync deploy by checksum --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1174f65a..c6796047 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -232,6 +232,7 @@ module.exports = function(grunt){ deploy: { options: { syncDest: true, + compareMode: 'checksum', src: '<%= config.build %>/', dest: 'domains/kremalicious.com/html', host: 'kremalicious',