From a28a532e44bae4afd5840ab36a7eb63e00ff6c81 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Fri, 18 Sep 2015 21:34:54 +0300 Subject: [PATCH] WIP --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71dd390..bc77ef0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ config.deploy({ progress: function(){}, + // The callback to be called on warnings about the configuration + warn: function(msg){}, + // Only deploy to one server target: 'host-alias' })