foy icon indicating copy to clipboard operation
foy copied to clipboard

support only one dependency

Open HairyRabbit opened this issue 6 years ago • 0 comments

should we support follow syntax?

task('foo', 'bar')

Now should write to:

task('foo', ['bar'])

and throw:

dependencies.map is not a function

HairyRabbit avatar Feb 03 '19 09:02 HairyRabbit