From 4ba13e4e8ad146a464ea5c4e4ed68caea2997070 Mon Sep 17 00:00:00 2001 From: Sascha Andres Date: Fri, 3 Mar 2017 09:00:01 +0100 Subject: [PATCH] Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 702e4285..0ad08969 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,19 @@ abc Result: 'abc' ``` +### Running task in another dir + +By default, tasks will be executed in the directory where the Taskfile is +located. But you can easily make the task run in another folder informing +`dir`: + +```yml +js: + dir: www/public/js + cmds: + - gulp +``` + ### Task dependencies You may have tasks that depends on others. Just pointing them on `deps` will