add missing setting

This commit is contained in:
Tyler Kellen 2012-10-18 17:29:43 -05:00
parent c5068dfa21
commit dafff30a2e

View File

@ -2,6 +2,11 @@
There are a number of options available. Please review the [minimatch options here](https://github.com/isaacs/minimatch#options). As well as some additional options as follows:
## files
Type: `String|Array`
This defines what file patterns this task will watch. Can be a string or an array of files and/or minimatch patterns.
## tasks
Type: `String|Array`