browserify / factor-bundle

factor browser-pack bundles into common shared bundles
Other
402 stars 27 forks source link

since deps stream is topo-sorted, no need to buffer #11

Closed edrex closed 10 years ago

edrex commented 10 years ago

stream rather than buffer, since now the input is sorted topologically

also avoid special-casing the base files to avoid future base case bugs.

terinjokes commented 10 years ago

Testing

ghost commented 10 years ago

merged in 0.1.3

terinjokes commented 10 years ago

Leave it to substack to close an PR as I'm writing how it works.