ysmood / nokit

A light weight set of handy tools for real world program.
51 stars 6 forks source link

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

Closed dracupid closed 9 years ago

dracupid commented 9 years ago
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

ysmood commented 9 years ago

It's a bug of nofs, fixed: https://github.com/ysmood/nofs/commit/67504e468a2526d1368527860864cb05b3f843d7

ysmood commented 9 years ago

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