sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

merge with collectInitial: true not propagating events? #48

Closed joelanders closed 8 years ago

joelanders commented 8 years ago
    pipelines['two'] = [ 
        merge( {collectInitial: true},
            glob('A/*'),
            glob('B/*')
        ),  
        write('C')
    ]

The write plugin only sees events from the second glob. With collectInitial: false, it sees events from both globs (what I would expect in both cases).

insidewhy commented 8 years ago

Released 0.12.29 with the fix.