1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Updated README

This commit is contained in:
Sascha Andres 2017-03-03 09:00:01 +01:00
parent b5fff68351
commit 4ba13e4e8a

View File

@ -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