From: Eric Morris Date: Wed, 13 Nov 2013 21:11:34 +0000 (-0800) Subject: Remove annoying say command from deploy task X-Git-Tag: v1.0.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67a16df5e07d418ccf98e76c50f8d6788557606;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove annoying say command from deploy task --- diff --git a/Gruntfile.js b/Gruntfile.js index befa1fd0..6a993bca 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -94,7 +94,7 @@ module.exports = function(grunt) { cleanUp: { command: [ 'rm -rf build', - 'Say "Deploy Completed"' + 'echo "Deploy Completed"' ].join('&&') } },