kaminaly / gulp-sync

28 stars 6 forks source link

Clarify how nested arrays work #9

Open arfordweb opened 8 years ago

arfordweb commented 8 years ago

In your documentation, are you saying that you give to gulpSync.sync( ) or gulpSync.async( ) as series of nested task names? And that each level of depth within that data structure alternates between running tasks synchronously or asyncronously?

If so, I think stating how it works more explicitly in words would be more useful than giving a single example with some comments.