foy
foy copied to clipboard
support only one dependency
should we support follow syntax?
task('foo', 'bar')
Now should write to:
task('foo', ['bar'])
and throw:
dependencies.map is not a function