ysmood/nokit

[no task] dest for run doesn't work as expected when src path is an array

dracupid opened this issue · 2 comments

task 'test', ->
        kit.warp ['doc/*', 'lib/*']
        .run 'dest'

Only doc is copied to dest, lib is written to the origin folder.
2015-04-29 21 23 06 1

It's a bug of nofs, fixed:
ysmood/nofs@67504e4

The v0.6.1 released. If you still have the issue, please reopen it.