]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove annoying say command from deploy task
authorEric Morris <eric@zurb.com>
Wed, 13 Nov 2013 21:11:34 +0000 (13:11 -0800)
committerEric Morris <eric@zurb.com>
Wed, 13 Nov 2013 21:11:34 +0000 (13:11 -0800)
Gruntfile.js

index befa1fd09c6589eec1acfe8ce71fa94fd8b6e50f..6a993bcad84689ed3050286e487d1151949f94fb 100644 (file)
@@ -94,7 +94,7 @@ module.exports = function(grunt) {
       cleanUp: {
         command: [
           'rm -rf build',
-          'Say "Deploy Completed"'
+          'echo "Deploy Completed"'
         ].join('&&')
       }
     },